Fix autoformatting on save

This commit is contained in:
Colin Powell
2019-07-21 22:39:56 -04:00
parent cd73a3653a
commit e1459dbf4a

View File

@ -34,7 +34,7 @@
(evil +everywhere); come to the dark side, we have cookies
file-templates ; auto-snippets for empty files
;;fold
(format +onsave) ; automated prettiness
format ;+onsave) ; automated prettiness
;;lispy ; vim for lisp, for people who dont like vim
multiple-cursors ; editing in many places at once
;;parinfer ; turn lisp into python, sort of