branch: scratch/editorconfig-cc
commit 9f8a35806d86999c825404394fef6e540c908227
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Derive editorconfig-conf-mode from conf-unix-mode
    
    Should fix #83
---
 editorconfig.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index 80c50294dd..17611b0abf 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -329,7 +329,7 @@ visiting files or changing major modes if the major mode is 
not listed in
 
 
 ;;;###autoload
-(define-derived-mode editorconfig-conf-mode conf-mode "EditorConfig"
+(define-derived-mode editorconfig-conf-mode conf-unix-mode "EditorConfig"
   "Major mode for editing .editorconfig files."
   (set-variable 'indent-line-function 'indent-relative)
   (let ((key-property-list

Reply via email to