huh
This commit is contained in:
parent
9109c61e41
commit
83cb66ccc9
|
@ -202,15 +202,9 @@ kept-old-versions 5)
|
||||||
** Appearance
|
** Appearance
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
;; TODO: change this for something better i guess
|
;; TODO: change this for something better i guess
|
||||||
(use-package doom-themes
|
|
||||||
:config
|
|
||||||
(load-theme 'doom-monokai-spectrum t))
|
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
(use-package monokai-theme
|
(use-package monokai-theme
|
||||||
:config
|
:config
|
||||||
(load-theme 'monokai t))
|
(load-theme 'monokai 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