all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* translating customize font selection
@ 2008-08-06 21:36 Patrick Drechsler
  0 siblings, 0 replies; only message in thread
From: Patrick Drechsler @ 2008-08-06 21:36 UTC (permalink / raw)
  To: emacs-devel

Hi,

currently I have this in my ~/.emacs.d/init.el file:

--8<---------------cut here---------------start------------->8---
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(default ((t (:inherit nil :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 98 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))))
--8<---------------cut here---------------end--------------->8---

I would like to translate this to an expression so I can wrap it in
something like

(if (eq system-type 'gnu/linux) ;; or some other condition
;; <the font stuff her>
) 

TIA,

Patrick

Emacs version:

In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of
 2008-08-06 on golem Windowing system distributor `The X.Org
 Foundation', version 11.0.10400090 configured using `configure
 '--with-x-toolkit=gtk' '--prefix=/home/patrick/prg/stow/emacs-devel''





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-06 21:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06 21:36 translating customize font selection Patrick Drechsler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.