lang/common-lisp: fix rainbow-delimiters-mode hook
This commit is contained in:
parent
7a2bad551c
commit
46c3ff782a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
;;; lang/common-lisp/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
|
||||
|
||||
(after! sly
|
||||
(setq inferior-lisp-program "sbcl")
|
||||
|
||||
|
@ -17,8 +19,6 @@
|
|||
(set-company-backend! 'sly-mrepl-mode
|
||||
'(company-capf :with company-files))
|
||||
|
||||
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
|
||||
|
||||
(after! smartparens
|
||||
(sp-with-modes '(sly-mrepl-mode)
|
||||
(sp-local-pair "'" "'" :actions nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue