branch: scratch/editorconfig-cc commit 46eb2863daa2f391bda9b9f8b0db0db210922b32 Author: USAMI Kenta <tad...@zonu.me> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Add autoload cookie --- editorconfig.el | 1 + 1 file changed, 1 insertion(+) diff --git a/editorconfig.el b/editorconfig.el index 3c72fd0f02..6f5ce71cff 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -109,6 +109,7 @@ property emacs_linum to decide whether to show line numbers on the left (dolist (hook edconf-custom-hooks) (funcall hook props))) +;;;###autoload (add-to-list 'auto-mode-alist '("/\\.editorconfig\\'" . conf-unix-mode)) (provide 'editorconfig)