Emacs: Use yoshi-theme
This commit is contained in:
parent
8aad7173c4
commit
354fc51743
1 changed files with 4 additions and 2 deletions
|
@ -57,10 +57,12 @@
|
|||
(oni:path-init "/usr/local/emacs/share/emacs/site-lisp"))
|
||||
#+END_SRC
|
||||
|
||||
Load naquadah-theme and set my own preferred background color.
|
||||
Load my preferred theme after emacs has finished starting up. Use
|
||||
the ~emacs-startup-hook~ to wait until we're sure all ELPA packages
|
||||
have been loaded.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-hook 'emacs-startup-hook (lambda () (load-theme 'naquadah t)))
|
||||
(add-hook 'emacs-startup-hook (lambda () (load-theme 'yoshi t)))
|
||||
#+END_SRC
|
||||
|
||||
Add any other interesting paths to =load-path= and, if it exists,
|
||||
|
|
Loading…
Reference in a new issue