Skip to content

Commit

Permalink
tweak(apheleia): remove unnecessary formatters (included in upstream)
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 18, 2023
1 parent 2745d3b commit 5acf050
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions modules/me-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@
:init
(+map! "cff" #'apheleia-format-buffer)
:config
(dolist (alist '((lisp-data-mode . lisp-indent)
(emacs-lisp-mode . lisp-indent)
(sh-mode . shfmt)))
(add-to-list 'apheleia-mode-alist alist)))
(push '(sh-mode . shfmt) apheleia-mode-alist))

(use-package editorconfig
:straight t
Expand Down

0 comments on commit 5acf050

Please sign in to comment.