diff options
| author | Stefan Kangas | 2024-05-29 23:29:21 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2024-05-29 23:29:44 +0200 |
| commit | 69a9fdd6bb004cd4ef96bddef457dd2b8e53303c (patch) | |
| tree | 8049f4308815d6acdff75be1074f5b1d65375fba | |
| parent | 9280a619ab3141c0b3b8f4ae876f82e6a38c757f (diff) | |
| download | emacs-69a9fdd6bb004cd4ef96bddef457dd2b8e53303c.tar.gz emacs-69a9fdd6bb004cd4ef96bddef457dd2b8e53303c.zip | |
Use `scheme-mode` for the Guile init file
* lisp/files.el (auto-mode-alist): Use `scheme-mode` for the Guile
init file (~/.guile).
| -rw-r--r-- | lisp/files.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 079d48e69fb..b25cca00bb3 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -2931,7 +2931,7 @@ since only a single case-insensitive search through the alist is made." | |||
| 2931 | ("\\.emacs-places\\'" . lisp-data-mode) | 2931 | ("\\.emacs-places\\'" . lisp-data-mode) |
| 2932 | ("\\.el\\'" . emacs-lisp-mode) | 2932 | ("\\.el\\'" . emacs-lisp-mode) |
| 2933 | ("Project\\.ede\\'" . emacs-lisp-mode) | 2933 | ("Project\\.ede\\'" . emacs-lisp-mode) |
| 2934 | ("\\.\\(scm\\|sls\\|sld\\|stk\\|ss\\|sch\\)\\'" . scheme-mode) | 2934 | ("\\(?:\\.\\(?:scm\\|sls\\|sld\\|stk\\|ss\\|sch\\)\\|/\\.guile\\)\\'" . scheme-mode) |
| 2935 | ("\\.l\\'" . lisp-mode) | 2935 | ("\\.l\\'" . lisp-mode) |
| 2936 | ("\\.li?sp\\'" . lisp-mode) | 2936 | ("\\.li?sp\\'" . lisp-mode) |
| 2937 | ("\\.[fF]\\'" . fortran-mode) | 2937 | ("\\.[fF]\\'" . fortran-mode) |