From c35ab1545597ccf2e653d8b762035b680e6a94e0 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 13:12:14 +0000 Subject: ~modeline -> modeline-light +irc --- doom.d/init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doom.d/init.el') 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) -- cgit v1.2.3-13-gbd6f