Disable format on save

This commit is contained in:
Zelong Kuang
2025-12-13 22:45:40 +11:00
parent feca26d563
commit 17abd1090c

View File

@@ -57,7 +57,7 @@
;; (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 file-templates ; auto-snippets for empty files
;; fold ; (nigh) universal code folding ;; fold ; (nigh) universal code folding
(format +onsave +lsp) ; automated prettiness (format) ; automated prettiness
;;god ; run Emacs commands without modifier keys ;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim ;;lispy ; vim for lisp, for people who don't like vim
;;multiple-cursors ; editing in many places at once ;;multiple-cursors ; editing in many places at once