dots

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

commit c4c7ed533233452e9a5623291b0a1fc53d3b8bbc
parent f6430744f5052cf646495ae05b47fc5c22397c21
Author: mokou <mokou@posteo.de>
Date:   Mon,  7 Sep 2020 09:55:35 +0200

Update some emacs stuff

Diffstat:
Mdot_doom.d/config.el | 3++-
Mdot_doom.d/init.el | 4+++-
2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dot_doom.d/config.el b/dot_doom.d/config.el @@ -21,7 +21,8 @@ ;; Maximize the window upon startup (add-to-list 'default-frame-alist '(fullscreen . maximized)) -(setq doom-font (font-spec :family "Cozette" :size 11)) +;; Cozette has some weird spacing currently, so I'm using the default Emacs font +;;(setq doom-font (font-spec :family "Cozette" :size 11)) (when (memq window-system '(mac ns x)) (exec-path-from-shell-initialize)) diff --git a/dot_doom.d/init.el b/dot_doom.d/init.el @@ -76,7 +76,6 @@ ;;editorconfig ;;ein eval - flycheck ;;flyspell ;;gist (lookup @@ -170,6 +169,9 @@ ;;floobits ;;impatient-mode + :checkers + flycheck + :config ;; For literate config users. This will tangle+compile a config.org ;; literate config in your `doom-private-dir' whenever it changes.