config/emacs: monokai
This commit is contained in:
parent
e33b8f5986
commit
9be819af79
1 changed files with 2 additions and 2 deletions
|
@ -206,9 +206,9 @@ kept-old-versions 5)
|
||||||
;; :config
|
;; :config
|
||||||
;; (load-theme 'doom-monokai-spectrum t))
|
;; (load-theme 'doom-monokai-spectrum t))
|
||||||
|
|
||||||
(use-package moe-theme
|
(use-package monokai
|
||||||
:config
|
:config
|
||||||
(moe-dark))
|
(load-theme 'monokai t))
|
||||||
|
|
||||||
;; emacsclient things
|
;; emacsclient things
|
||||||
(setq frame-resize-pixelwise t)
|
(setq frame-resize-pixelwise t)
|
||||||
|
|
Loading…
Reference in a new issue