Ver código fonte

Fix autoformatting on save

Colin Powell 6 anos atrás
pai
commit
e1459dbf4a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      emacs/.config/doom/init.el

+ 1 - 1
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