From 0840012fc1eabc1660b58802bf1e53dfe2420a3d Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 13:07:37 +0000 Subject: ~set size of hack 19 -> 20 --- doom.d/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doom.d/config.org') 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 -- cgit v1.2.3-13-gbd6f