diff options
| -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 | 
