Update lisp-mode config
This commit is contained in:
parent
4f2fbf44c6
commit
1f99b82ca7
1 changed files with 4 additions and 1 deletions
5
init.el
5
init.el
|
@ -920,11 +920,14 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
||||||
(face-remap-add-relative 'font-lock-keyword-face nil :slant 'italic))))
|
(face-remap-add-relative 'font-lock-keyword-face nil :slant 'italic))))
|
||||||
:mode (("\\.lisp$" . lisp-mode)
|
:mode (("\\.lisp$" . lisp-mode)
|
||||||
("\\.lsp$" . lisp-mode)
|
("\\.lsp$" . lisp-mode)
|
||||||
("\\.cl$" . lisp-mode))
|
("\\.cl$" . lisp-mode)
|
||||||
|
("\\.asd$" . lisp-mode))
|
||||||
:init
|
:init
|
||||||
(setq inferior-lisp-program "sbcl --noinform")
|
(setq inferior-lisp-program "sbcl --noinform")
|
||||||
|
|
||||||
:config
|
:config
|
||||||
|
(setq-local comment-start ";; ")
|
||||||
|
(setq-local comment-start ";; ")
|
||||||
(setq-local lisp-indent-function 'common-lisp-indent-function)
|
(setq-local lisp-indent-function 'common-lisp-indent-function)
|
||||||
(setq-local fill-column 84)
|
(setq-local fill-column 84)
|
||||||
(defvar g-cl-function-names
|
(defvar g-cl-function-names
|
||||||
|
|
Loading…
Add table
Reference in a new issue