Correct terminator for .sbclrc
This commit is contained in:
parent
46d31840e9
commit
4b680ddfc6
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
(require 'prelude-lisp)
|
||||
|
||||
;; the SBCL configuration file is in Common Lisp
|
||||
(add-to-list 'auto-mode-alist '("\\.sbclrc$" . lisp-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.sbclrc\\'" . lisp-mode))
|
||||
|
||||
;; Open files with .cl extension in lisp-mode
|
||||
(add-to-list 'auto-mode-alist '("\\.cl\\'" . lisp-mode))
|
||||
|
|
Loading…
Reference in a new issue