summaryrefslogtreecommitdiff
path: root/emacs/.doom.d/init.el
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/.doom.d/init.el
parent3f1028f0c6207a71fa428de39eb7e3b218685b28 (diff)
Update emacs config
Diffstat (limited to 'emacs/.doom.d/init.el')
-rw-r--r--emacs/.doom.d/init.el4
1 files changed, 2 insertions, 2 deletions
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