summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-12-21 20:33:06 -0500
committerKjetil Orbekk <kj@orbekk.com>2021-12-21 20:33:06 -0500
commit19a775c6fea5bc9770b3c436f70a9d7536eb7861 (patch)
tree9696af2787eb7b695ccb552a9226a363de445ff4 /emacs
parent3f1028f0c6207a71fa428de39eb7e3b218685b28 (diff)
Update emacs config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.doom.d/config.el3
-rw-r--r--emacs/.doom.d/init.el4
2 files changed, 4 insertions, 3 deletions
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