~set size of hack 19 -> 20

This commit is contained in:
AChavali
2019-12-30 13:07:37 +00:00
parent 6fdd4bb3e2
commit 0840012fc1

View File

@@ -1,6 +1,7 @@
#+TITLE: Oreodave's Emacs configuration #+TITLE: Oreodave's Emacs configuration
#+AUTHOR: Oreodave #+AUTHOR: Oreodave
#+DESCRIPTION: My Doom Emacs configuration! #+DESCRIPTION: My Doom Emacs configuration!
* Preclude * Preclude
This is my [[https://github.com/hlissner/doom-emacs][Doom Emacs]] configuration, which I try to use for as many things as 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. 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 (after! core-keybinds
(setq doom-localleader-key ",") (setq doom-localleader-key ",")
(setq doom-theme 'doom-molokai) (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 #+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