diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-20 21:08:59 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-20 21:08:59 +0100 |
commit | d8eb5ff0200857af534c5c2f105b89c854c1a8f2 (patch) | |
tree | cd7a272ee96b3c720a313ebad04ed888a27ce3bf /Doom | |
parent | 7423ff5238f169c7b08d4217e6256461829cec73 (diff) | |
download | dotfiles-d8eb5ff0200857af534c5c2f105b89c854c1a8f2.tar.gz dotfiles-d8eb5ff0200857af534c5c2f105b89c854c1a8f2.tar.bz2 dotfiles-d8eb5ff0200857af534c5c2f105b89c854c1a8f2.zip |
~clean up init.el
Diffstat (limited to 'Doom')
-rw-r--r-- | Doom/.config/doom/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doom/.config/doom/init.el b/Doom/.config/doom/init.el index 099439b..036b8eb 100644 --- a/Doom/.config/doom/init.el +++ b/Doom/.config/doom/init.el @@ -47,10 +47,10 @@ zen :editor - evil +everywhere); come to the dark side, we have cookies + (evil +everywhere); come to the dark side, we have cookies file-templates ; auto-snippets for empty files fold ; (nigh) universal code folding - (format) ; automated prettiness + format ; automated prettiness ;;lispy ; vim for lisp, for people who dont like vim multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent |