1

Add editorconfig-mode

This commit is contained in:
Jessie Hildebrandt 2025-03-14 00:54:35 -04:00
parent 50c78b3a0e
commit 3d85ceaed6

View File

@ -1227,6 +1227,15 @@ DOCSTRING is an optional form that is discarded upon expansion."
(global-diff-hl-mode)
(diff-hl-flydiff-mode))
;; ---------------------------------- ;;
;; editorconfig-mode
;; ---------------------------------- ;;
(external-package editorconfig
"Reads EditorConfig files and applies appropriate formatting settings for projects."
:config
(editorconfig-mode))
;; ---------------------------------- ;;
;; eldoc-frame
;; ---------------------------------- ;;