From e1459dbf4a7a58bdbda2e0d53fc58918fd4ddde7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sun, 21 Jul 2019 22:39:56 -0400 Subject: [PATCH] Fix autoformatting on save --- emacs/.config/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index 95ff97f..a0f1830 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -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