mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Set theme to gruvbox
This commit is contained in:
parent
dee21dc488
commit
7bcd26cee5
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ them in =init.el= by default).
|
|||
|
||||
(setf custom-safe-themes t)
|
||||
#+END_SRC
|
||||
|
||||
* Theme
|
||||
I'm feeling the gruvbox theme lately.
|
||||
#+begin_src emacs-lisp
|
||||
(setq doom-theme 'doom-gruvbox)
|
||||
#+end_src
|
||||
* UX Improvements
|
||||
** Disable C-z backgrounding when the GUI is loaded
|
||||
|
||||
|
|
Loading…
Reference in a new issue