emacs: use ef-themes
This commit is contained in:
parent
60f2b14641
commit
3acbe12b00
1 changed files with 3 additions and 4 deletions
|
@ -201,10 +201,9 @@ kept-old-versions 5)
|
|||
#+end_src
|
||||
** Appearance
|
||||
#+begin_src emacs-lisp
|
||||
;; TODO: change this for something better i guess
|
||||
(use-package monokai-theme
|
||||
(use-package ef-themes
|
||||
:config
|
||||
(load-theme 'monokai t))
|
||||
(load-theme 'ef-maris-dark t))
|
||||
;; emacsclient things
|
||||
(setq frame-resize-pixelwise t)
|
||||
;; ui settings apparently go below
|
||||
|
|
Loading…
Reference in a new issue