diff options
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index d8120d0..1a246e1 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -1,6 +1,7 @@ #+TITLE: Oreodave's Emacs configuration #+AUTHOR: Oreodave #+DESCRIPTION: My Doom Emacs configuration! + * Preclude This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as possible. It is currently my main editor overall, literally overtaking my life. @@ -11,7 +12,7 @@ Setting up variables and basic stuff that doesn't require a lot of work. (after! core-keybinds (setq doom-localleader-key ",") (setq doom-theme 'doom-molokai) - (setq doom-font (font-spec :family "Hack" :size 19))) + (setq doom-font (font-spec :family "Hack" :size 20))) #+END_SRC - Set the doom localleader to "," because it's faster - Using the font [[https://sourcefoundry.org/hack/][Hack]] with Fira code ligatures |