This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/config/editorconfig/packages.el
2015-04-24 23:56:57 -04:00

6 lines
209 B
EmacsLisp

(setq editorconfig-packages '(editorconfig))
(defun editorconfig/init-editorconfig ()
(use-package editorconfig
:defer t
:init (add-to-list 'auto-mode-alist '("\\.editorconfig" . conf-unix-mode))))