dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit c5d4919921debfc314a2bb24cdfdcb6b47dd609b
parent e44d693138861b81233bf2344d3914045e7d3f32
Author: mokou <mokou@posteo.de>
Date:   Thu, 10 Sep 2020 09:18:04 +0200

Cozette works normally again

Diffstat:
Mdot_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 @@ -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))