emacs: Use naquadah theme
This commit is contained in:
parent
7856c94288
commit
b7c89d708d
1 changed files with 2 additions and 3 deletions
|
@ -57,11 +57,10 @@
|
||||||
(oni:path-init "/usr/local/emacs/share/emacs/site-lisp"))
|
(oni:path-init "/usr/local/emacs/share/emacs/site-lisp"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Add my project [[yoshi-theme]] to =custom-theme-load-path= and load it.
|
Load naquadah-theme and set my own preferred background color.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-to-list 'custom-theme-load-path "~/projects/emacs/yoshi-theme/")
|
(add-hook 'emacs-startup-hook (lambda () (load-theme 'naquadah t)))
|
||||||
(load-theme 'yoshi t)
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Add any other interesting paths to =load-path= and, if it exists,
|
Add any other interesting paths to =load-path= and, if it exists,
|
||||||
|
|
Loading…
Reference in a new issue