aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorodave <aryadevchavali1@gmail.com>2020-03-17 16:07:54 +0000
committerodave <aryadevchavali1@gmail.com>2020-03-17 16:13:55 +0000
commit2fb09da2a31cbe83b5595aa86e18cdc7df032c60 (patch)
treedb75c5db422dc7b6ad93fc128a2c553db1f3505c
parentebdeb96ac9bc57454c22ace8bbab38463616ad02 (diff)
downloaddotfiles-2fb09da2a31cbe83b5595aa86e18cdc7df032c60.tar.gz
dotfiles-2fb09da2a31cbe83b5595aa86e18cdc7df032c60.tar.bz2
dotfiles-2fb09da2a31cbe83b5595aa86e18cdc7df032c60.zip
+telephone line to my init.el
-rw-r--r--doom.d/init.el6
1 files changed, 4 insertions, 2 deletions
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