From 19a775c6fea5bc9770b3c436f70a9d7536eb7861 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 21 Dec 2021 20:33:06 -0500 Subject: Update emacs config --- emacs/.doom.d/config.el | 3 ++- emacs/.doom.d/init.el | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'emacs') diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index 1b1ac9c..5be3ed4 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -13,7 +13,7 @@ `(when (string-match ,system-regex (system-name)) ,@code)) -(setq kj/font-size 14) +(setq kj/font-size 16) (setq doom-theme 'doom-dark+) ;; Completion gets in the way more often than being useful. @@ -45,6 +45,7 @@ (system-specific-config "pincer" + (setq kj/font-size 18) (setq doom-theme 'doom-one)) (system-specific-config diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index ba5083a..9a61630 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -38,7 +38,7 @@ ;;hydra ;;indent-guides ; highlighted indent columns ;;minimap ; show a map of the code on the side - modeline ; snazzy, Atom-inspired modeline, plus API + (modeline +light) ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions ;;neotree ; a project drawer, like NERDTree for vim ophints ; highlight the region an operation acts on @@ -76,7 +76,7 @@ vc ; version-control and Emacs, sitting in a tree :term - ;;eshell ; the elisp shell that works everywhere + eshell ; the elisp shell that works everywhere shell ; simple shell REPL for Emacs ;;term ; basic terminal emulator for Emacs vterm ; the best terminal emulation in Emacs -- cgit v1.2.3