Emacs: editorconfig plugin

This commit is contained in:
Marcel Kapfer 2019-12-09 10:18:44 +01:00
parent bd5050c41e
commit f6d220554a
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 6 additions and 0 deletions

View File

@ -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)