help-gnu-emacs
[Top][All Lists]
Advanced

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

load color-theme when start emacs


From: Pedro Costa
Subject: load color-theme when start emacs
Date: Sat, 19 Mar 2011 12:33:31 +0000

Hi,

I would like to load a color-theme when I start emacs in X11. I've put
this in .emacs, but it won't work.

[code]
(require 'color-theme)
if(window-system
   (setq color-theme-is-global t)
   (color-theme-midnight))
[/code]

How can I load this theme when I start emacs?


-- 
Pedro



reply via email to

[Prev in Thread] Current Thread [Next in Thread]