From c5d4919921debfc314a2bb24cdfdcb6b47dd609b Mon Sep 17 00:00:00 2001 From: mokou Date: Thu, 10 Sep 2020 09:18:04 +0200 Subject: [PATCH] Cozette works normally again --- dot_doom.d/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el index e180e93..c5df91c 100644 --- a/dot_doom.d/config.el +++ b/dot_doom.d/config.el @@ -21,8 +21,7 @@ ;; Maximize the window upon startup (add-to-list 'default-frame-alist '(fullscreen . maximized)) -;; Cozette has some weird spacing currently, so I'm using the default Emacs font -;;(setq doom-font (font-spec :family "Cozette" :size 11)) +(setq doom-font (font-spec :family "Cozette" :size 11)) (when (memq window-system '(mac ns x)) (exec-path-from-shell-initialize))