[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fichier .emacs




j'ai trouvé sur le net un .emacs intéressant mais il me manque la
couleur ...

http://www.freebsd.org/doc/fr/books/developers-handbook/emacs.html

vi-vi comment y arriver ?


J'ai ça à adapter :)

;;Pour le fond j'ai:
(set-background-color "black")
    (set-foreground-color "white")
    (set-cursor-color "LavenderBlush4")

;;En mode shell :
(autoload 'ansi-color-for-comint-mode-on "ansi-color" nil t)
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)



;; Personnalisation du curseur
(set-cursor-color "red")

...


Reply to: