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

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

customized variable custom-enabled-themes is set before custom-theme-dir


From: Jaehyun Yeom
Subject: customized variable custom-enabled-themes is set before custom-theme-directory is set
Date: Sat, 12 Jan 2008 06:42:27 -0800 (PST)

I'm using customize package to customize Emacs. I started to split it up with
themes. And I enabled theme by setting custom-enabled-themes. 

Soon I realized I need to move my themes to different directory. So I set
custom-theme-directory to another directory.

The problem begins. My theme is no longer enabled at startup, because
custom-enabled-themes is alphabetically before custom-theme-directory. So
emacs first search themes at default directory, "~/.emacs.d/" and then set
it to "~/.emacs.d/themes/". If I cut and paste customize file to switch
them, it works. But as soon as I save custom file with customize package, it
automatically sort it alphabetically.

I can set theme directory manually with setq function before customize
block, it is still a bug that it's not possible to set
custom-theme-directory using cutomize package.
-- 
View this message in context: 
http://www.nabble.com/customized-variable-custom-enabled-themes-is-set-before-custom-theme-directory-is-set-tp14774165p14774165.html
Sent from the Emacs - Bugs mailing list archive at Nabble.com.





reply via email to

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