[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Colorizing Emacs
From: |
Lucas |
Subject: |
Re: Colorizing Emacs |
Date: |
Wed, 05 Mar 2003 09:24:55 +0100 |
User-agent: |
Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (i386-msvc-nt5.1.2600) |
Un beau jour, kai.grossjohann@uni-duisburg.de (Kai Großjohann) nous a dit:
> Seriously, this was a little vague, but maybe you will be happy with
> frobbing global-font-lock-mode. Type M-x customize-variable RET
> global-font-lock-mode RET, follow the directions, and don't forget to
> save your changes...
BTW, I have to say that I'm curious to know what are *your* colors ?
Would you mind posting your config' ? :)
Here's mine
;; Position de la fenêtre, couleur, et tout le barda
;; M-x list-colors-display
;; M-x set-cursor-color
;; M-x set-background-color
;; M-x set-foreground-color
(setq default-frame-alist '(
(top . 10) (left . 19)
(width . 132) (height . 48)
(cursor-color . "DeepSkyBlue3")
(background-color . "wheat")
(vertical-scroll-bars . right)
)
)
Is this the right way to do it (no resource file, I'm under XP...) ?
Thanks,
--
Lucas
Re: Colorizing Emacs, Stein A. Stromme, 2003/03/05
Re: Colorizing Emacs, John Chen, 2003/03/05
Re: Colorizing Emacs, Lucas, 2003/03/05