~molokai->monokai-classic, font options provided
This commit is contained in:
@@ -8,14 +8,21 @@
|
|||||||
- Incredibly versatile tool in my inventory.
|
- Incredibly versatile tool in my inventory.
|
||||||
* Initial setup
|
* Initial setup
|
||||||
** Doom Variables
|
** Doom Variables
|
||||||
- Set the doom localleader to "," because it's faster
|
- Set the doom local-leader to "SPC ," because it's faster
|
||||||
- Using the font [[https://sourcefoundry.org/hack/][Hack]]
|
- Good font choices:
|
||||||
|
- Hack
|
||||||
|
- Source Code Pro/Variable
|
||||||
|
- IBM Plex Mono
|
||||||
|
- Space Mono
|
||||||
|
- Z003 if I'm feeling fancy (▀̿Ĺ̯▀̿̿)
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(after! core-keybinds
|
(after! core-keybinds
|
||||||
(map! :leader "," nil)
|
(map! :leader "," nil)
|
||||||
(setq doom-localleader-key "SPC ,")
|
(setq doom-localleader-key "SPC ,")
|
||||||
(setq doom-theme 'doom-molokai)
|
(setq doom-themes-enable-italic nil)
|
||||||
(setq doom-font (font-spec :family "Hack" :size 15)))
|
(setq doom-themes-enable-bold t)
|
||||||
|
(setq doom-theme 'doom-monokai-classic)
|
||||||
|
(setq doom-font (font-spec :family "Source Code Pro" :size 15)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Other variables
|
** Other variables
|
||||||
Some quality of life things and others that I couldn't really put in one category
|
Some quality of life things and others that I couldn't really put in one category
|
||||||
|
|||||||
Reference in New Issue
Block a user