Use zerodark theme for Emacs
This commit is contained in:
parent
39e512d276
commit
3c5e2f3cc7
1 changed files with 2 additions and 5 deletions
|
@ -183,11 +183,8 @@ This is currently the data directory under the
|
|||
(setq require-final-newline t)
|
||||
|
||||
;;;; Load theme:
|
||||
(ensure-library eternal-theme
|
||||
:path "vendor-lisp/eternal-theme")
|
||||
(add-to-list 'custom-theme-load-path
|
||||
(concat user-emacs-directory "vendor-lisp/eternal-theme"))
|
||||
(load-theme 'eternal :no-confirm)
|
||||
(ensure-library zerodark-theme)
|
||||
(load-theme 'zerodark :no-confirm)
|
||||
|
||||
;;;; Flx:
|
||||
|
||||
|
|
Loading…
Reference in a new issue