From 2fb09da2a31cbe83b5595aa86e18cdc7df032c60 Mon Sep 17 00:00:00 2001 From: odave Date: Tue, 17 Mar 2020 16:07:54 +0000 Subject: +telephone line to my init.el --- doom.d/init.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doom.d/init.el') diff --git a/doom.d/init.el b/doom.d/init.el index fd1710f..38934dd 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -7,7 +7,9 @@ ;; ;; More information about these modules (and what flags they support) can be ;; found in modules/README.org. -(doom! :input +(doom! :private + (oreoline) + :input ;;chinese ;;japanese @@ -27,7 +29,7 @@ ;;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) ; snazzy, Atom-inspired modeline, plus API nav-flash ; blink the current line after jumping ;;neotree ; a project drawer, like NERDTree for vim -- cgit v1.2.3-13-gbd6f