diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 13:07:37 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 13:07:37 +0000 |
commit | 0840012fc1eabc1660b58802bf1e53dfe2420a3d (patch) | |
tree | d8bc2698fec3299840266ca158b785eef4274dc1 /doom.d/config.org | |
parent | 6fdd4bb3e2783e4818182a1df4e19bf30a06fd32 (diff) | |
download | dotfiles-0840012fc1eabc1660b58802bf1e53dfe2420a3d.tar.gz dotfiles-0840012fc1eabc1660b58802bf1e53dfe2420a3d.tar.bz2 dotfiles-0840012fc1eabc1660b58802bf1e53dfe2420a3d.zip |
~set size of hack 19 -> 20
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 |