~theme to gruvbox
This commit is contained in:
@@ -11,7 +11,7 @@ Setting up variables and basic stuff that doesn't require a lot of work.
|
|||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(setq doom-localleader-key ",")
|
(setq doom-localleader-key ",")
|
||||||
(setq doom-font (font-spec :family "Hack" :size 19))
|
(setq doom-font (font-spec :family "Hack" :size 19))
|
||||||
(setq doom-theme 'doom-solarized-dark)
|
(setq doom-theme 'doom-gruvbox)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
- Set the doom localleader to "," because it's faster
|
- Set the doom localleader to "," because it's faster
|
||||||
- Using the font [[https://sourcefoundry.org/hack/][Hack]] with Fira code ligatures
|
- Using the font [[https://sourcefoundry.org/hack/][Hack]] with Fira code ligatures
|
||||||
|
|||||||
Reference in New Issue
Block a user