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

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

[nongnu] elpa/yaml-mode f68472b 024/124: automatically enable yaml-mode


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode f68472b 024/124: automatically enable yaml-mode for *.yaml files
Date: Sun, 29 Aug 2021 11:36:06 -0400 (EDT)

branch: elpa/yaml-mode
commit f68472b00500f546ccff7119cdded54165e529f8
Author: Georgi Valkov <georgi.t.valkov@gmail.com>
Commit: Georgi Valkov <georgi.t.valkov@gmail.com>

    automatically enable yaml-mode for *.yaml files
---
 yaml-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yaml-mode.el b/yaml-mode.el
index e307888..e74b426 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -406,7 +406,7 @@ margin."
   yaml-mode-version)
 
 ;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))
+(add-to-list 'auto-mode-alist '("\\.ya?ml$" . yaml-mode))
 
 (provide 'yaml-mode)
 



reply via email to

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