diff options
author | odave <aryadevchavali1@gmail.com> | 2020-03-17 16:04:34 +0000 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-03-17 16:05:31 +0000 |
commit | f592721f183f8b51371009e96820bbcd2814c268 (patch) | |
tree | d8f7fcd88374f4be07f104455838c61f762644c9 /doom.d/init.el | |
parent | e3ab9cd149023d44cb402a8ebf2f6076ec6101d1 (diff) | |
download | dotfiles-f592721f183f8b51371009e96820bbcd2814c268.tar.gz dotfiles-f592721f183f8b51371009e96820bbcd2814c268.tar.bz2 dotfiles-f592721f183f8b51371009e96820bbcd2814c268.zip |
~cleaned up config.el
Removed ivyposframe and battery mode cos they're useless.
Diffstat (limited to 'doom.d/init.el')
-rw-r--r-- | doom.d/init.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doom.d/init.el b/doom.d/init.el index b2ecb48..99e736d 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -15,8 +15,7 @@ company ; the ultimate code completion backend (ivy +fuzzy - +icons - +childframe) ; a search engine for love and life + +icons) ; a search engine for love and life ;;helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... |