diff --git a/emacs/emacs.el b/emacs/emacs.el index 482c0b6..c34bcf0 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -1367,6 +1367,12 @@ signature-file is the path to the file which contains the signature." (use-package haskell-mode :mode (("\\.hs\\'" . haskell-mode))) +;; editorconfig plugin +(use-package editorconfig + :ensure t + :config + (editorconfig-mode 1)) + ;; all-the-icons ;; A utility package to collect various Icon Fonts and propertized them within Emacs (use-package all-the-icons)