From bb3226b420f31780b3f33aea55f6035be494ebab Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 13 Jan 2022 11:25:47 +0100 Subject: doom: format on save MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.doom.d/init.el') diff --git a/.doom.d/init.el b/.doom.d/init.el index 853c296..1738ecb 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -41,7 +41,7 @@ (evil +everywhere) ; come to the dark side, we have cookies file-templates ; auto-snippets for empty files ;;fold ; (nigh) universal code folding - ;;(format +onsave) ; automated prettiness + (format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim ;;multiple-cursors ; editing in many places at once -- cgit v1.2.3