branch: scratch/editorconfig-cc
commit d068ec0546938a0d02b05ac5a75c370962205ed2
Author: USAMI Kenta <tad...@zonu.me>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Use \' instead of $
---
 editorconfig.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/editorconfig.el b/editorconfig.el
index a5ef929102..3c72fd0f02 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -109,4 +109,6 @@ property emacs_linum to decide whether to show line numbers 
on the left
       (dolist (hook edconf-custom-hooks)
         (funcall hook props)))
 
+(add-to-list 'auto-mode-alist '("/\\.editorconfig\\'" . conf-unix-mode))
+
 (provide 'editorconfig)

Reply via email to