aboutsummaryrefslogtreecommitdiff
path: root/doom.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/init.el')
-rw-r--r--doom.d/init.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/doom.d/init.el b/doom.d/init.el
index 3365bfa..275db7d 100644
--- a/doom.d/init.el
+++ b/doom.d/init.el
@@ -27,15 +27,16 @@
;;fill-column ; a `fill-column' indicator
hl-todo ; highlight TODO/FIXME/NOTE tags
indent-guides ; highlighted indent columns
- modeline ; snazzy, Atom-inspired modeline, plus API
+ (modeline
+ +light) ; snazzy, Atom-inspired modeline, plus API
+
nav-flash ; blink the current line after jumping
;;neotree ; a project drawer, like NERDTree for vim
ophints ; highlight the region an operation acts on
(popup ; tame sudden yet inevitable temporary windows
+all ; catch all popups that start with an asterix
+defaults) ; default popup rules
- (pretty-code
- +fira) ; replace bits of code with pretty symbols
+ (pretty-code +fira) ; replace bits of code with pretty symbols
;;tabs ; FIXME an (incomplete) tab bar for Emacs
treemacs ; a project drawer, like neotree but cooler
;;unicode ; extended unicode support for various languages
@@ -159,7 +160,7 @@
;; should be loaded late.
:app
calendar
- ;;irc ; how neckbeards socialize
+ irc ; how neckbeards socialize
(rss +org) ; emacs as an RSS reader
;;twitter ; twitter client https://twitter.com/vnought
(write ; emacs as a word processor (latex + org + markdown)