diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 01:03:42 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 01:08:30 +0200 |
commit | 8a6be64e30f656a9d3ec0c65e39f7ad4d8ce3f84 (patch) | |
tree | 813e6e8f616321f1a85d1f1955dcd35fa0e3b36e | |
parent | 3fad0e74d49268c55361e0a0631c4a7a22ebf407 (diff) | |
download | dotfiles-8a6be64e30f656a9d3ec0c65e39f7ad4d8ce3f84.tar.gz dotfiles-8a6be64e30f656a9d3ec0c65e39f7ad4d8ce3f84.tar.xz dotfiles-8a6be64e30f656a9d3ec0c65e39f7ad4d8ce3f84.zip |
emacs.d/lisp: fix color-themes setup
-rw-r--r-- | emacs | 9 | ||||
-rw-r--r-- | emacs.d/lisp/themes/color-themes-alex.el (renamed from emacs.d/lisp/color-themes-alex.el) | 0 | ||||
-rw-r--r-- | emacs.d/lisp/themes/color-themes-alex.elc (renamed from emacs.d/lisp/color-themes-alex.elc) | bin | 2265 -> 2282 bytes | |||
-rw-r--r-- | emacs.elc | bin | 22572 -> 10110 bytes |
4 files changed, 5 insertions, 4 deletions
@@ -12,10 +12,11 @@ (nconc load-path orig-load-path)) ;; load own color theme -(require 'color-themes-alex) -(if (not window-system) - (color-theme-alex-console) - (color-theme-alex)) +(when (require 'color-theme nil 'noerror) + (color-theme-initialize) + (if (not window-system) + (color-theme-alex-console) + (color-theme-alex))) ;; user settings (setq user-full-name "Alexander Sulfrian" diff --git a/emacs.d/lisp/color-themes-alex.el b/emacs.d/lisp/themes/color-themes-alex.el index bbc52c4..bbc52c4 100644 --- a/emacs.d/lisp/color-themes-alex.el +++ b/emacs.d/lisp/themes/color-themes-alex.el diff --git a/emacs.d/lisp/color-themes-alex.elc b/emacs.d/lisp/themes/color-themes-alex.elc Binary files differBinary files differindex 2a9cae3..157952e 100644 --- a/emacs.d/lisp/color-themes-alex.elc +++ b/emacs.d/lisp/themes/color-themes-alex.elc |