projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9280a61
)
Use `scheme-mode` for the Guile init file
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 29 May 2024 21:29:21 +0000
(23:29 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Wed, 29 May 2024 21:29:44 +0000
(23:29 +0200)
* lisp/files.el (auto-mode-alist): Use `scheme-mode` for the Guile
init file (~/.guile).
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 079d48e69fbe846010760c724a74956cd1daedc8..b25cca00bb3765d85917777942b0e3c7bc43eb7d 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2931,7
+2931,7
@@
since only a single case-insensitive search through the alist is made."
("\\.emacs-places\\'" . lisp-data-mode)
("\\.el\\'" . emacs-lisp-mode)
("Project\\.ede\\'" . emacs-lisp-mode)
- ("\\
.\\(scm\\|sls\\|sld\\|stk\\|ss\\|sch
\\)\\'" . scheme-mode)
+ ("\\
(?:\\.\\(?:scm\\|sls\\|sld\\|stk\\|ss\\|sch\\)\\|/\\.guile
\\)\\'" . scheme-mode)
("\\.l\\'" . lisp-mode)
("\\.li?sp\\'" . lisp-mode)
("\\.[fF]\\'" . fortran-mode)