enabling emacs formatter

This commit is contained in:
Ivan Dimitrov 2023-08-11 22:12:37 +03:00
parent 8924231844
commit f5db048f7a
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@
(setq company-idle-delay 0.0)
(setq +format-with-lsp nil)
(advice-add 'json-parse-buffer :around
(lambda (orig &rest rest)
(save-excursion

View File

@ -55,7 +55,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