change themes again
This commit is contained in:
parent
2ef079ab05
commit
cf17ebcb40
1 changed files with 6 additions and 2 deletions
|
@ -201,9 +201,13 @@ kept-old-versions 5)
|
||||||
#+end_src
|
#+end_src
|
||||||
** Appearance
|
** Appearance
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package doom-themes
|
;; (use-package doom-themes
|
||||||
|
;; :config
|
||||||
|
;; (load-theme 'doom-sourcerer t))
|
||||||
|
|
||||||
|
(use-package grandshell-theme
|
||||||
:config
|
:config
|
||||||
(load-theme 'doom-sourcerer t))
|
(load-theme 'grandshell t))
|
||||||
|
|
||||||
;; emacsclient things
|
;; emacsclient things
|
||||||
(setq frame-resize-pixelwise t)
|
(setq frame-resize-pixelwise t)
|
||||||
|
|
Loading…
Reference in a new issue