emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] scratch/editorconfig-cc d068ec0546 030/351: Use \' instead of $


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc d068ec0546 030/351: Use \' instead of $
Date: Thu, 13 Jun 2024 18:38:38 -0400 (EDT)

branch: scratch/editorconfig-cc
commit d068ec0546938a0d02b05ac5a75c370962205ed2
Author: USAMI Kenta <tadsan@zonu.me>
Commit: Stefan Monnier <monnier@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

[Prev in Thread] Current Thread [Next in Thread]