From e7713828f3dc9a7f319def4a3aab036e3723abd9 Mon Sep 17 00:00:00 2001 From: salad Date: Sat, 22 Aug 2020 14:56:16 +0200 Subject: uptodate doomrc --- .doom.d/config.el | 2 +- .doom.d/init.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.doom.d/config.el b/.doom.d/config.el index 1c2dee7..57418fd 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -19,7 +19,7 @@ ;; ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd ;; font string. You generally only need these two: -(setq doom-font (font-spec :family "monospace" :size 14)) +(setq doom-font (font-spec :family "monospace" :size 16)) ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the diff --git a/.doom.d/init.el b/.doom.d/init.el index a1cda22..2da2e55 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -76,7 +76,7 @@ ;;vterm ; the best terminal emulation in Emacs :checkers - syntax ; tasing you for every semicolon you forget + ;;syntax ; tasing you for every semicolon you forget ;;spell ; tasing you for misspelling mispelling ;;grammar ; tasing grammar mistake every you make -- cgit v1.2.3