Emacs: editorconfig plugin
This commit is contained in:
parent
bd5050c41e
commit
f6d220554a
1 changed files with 6 additions and 0 deletions
|
@ -1367,6 +1367,12 @@ signature-file is the path to the file which contains the signature."
|
||||||
(use-package haskell-mode
|
(use-package haskell-mode
|
||||||
:mode (("\\.hs\\'" . haskell-mode)))
|
:mode (("\\.hs\\'" . haskell-mode)))
|
||||||
|
|
||||||
|
;; editorconfig plugin
|
||||||
|
(use-package editorconfig
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(editorconfig-mode 1))
|
||||||
|
|
||||||
;; all-the-icons
|
;; all-the-icons
|
||||||
;; A utility package to collect various Icon Fonts and propertized them within Emacs
|
;; A utility package to collect various Icon Fonts and propertized them within Emacs
|
||||||
(use-package all-the-icons)
|
(use-package all-the-icons)
|
||||||
|
|
Loading…
Reference in a new issue