Add rainbow-delimiters in lang/common-lisp instead
Gives users one place to look to determine what cosmetic hooks are applied in lisp-mode.
This commit is contained in:
parent
f7326a2c40
commit
a0250e60e3
2 changed files with 5 additions and 5 deletions
|
@ -9,6 +9,8 @@
|
|||
:definition #'sly-edit-definition
|
||||
:documentation #'sly-describe-symbol)
|
||||
|
||||
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
|
||||
|
||||
(defun +common-lisp|cleanup-sly-maybe ()
|
||||
"Kill processes and leftover buffers when killing the last sly buffer."
|
||||
(unless (cl-loop for buf in (delq (current-buffer) (buffer-list))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue