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/editorconfig/packages.el

7 lines
211 B
EmacsLisp
Raw Normal View History

2015-04-10 22:08:08 +00:00
(defvar editorconfig-packages '(editorconfig))
(defun editorconfig/init-editorconfig ()
(use-package editorconfig
:defer t
:init (add-to-list 'auto-mode-alist '("\\.editorconfig" . conf-unix-mode))))