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