Apply smartparens lisp rules to sly-mrepl-mode
This commit is contained in:
parent
c40588a892
commit
69f14bc3da
3 changed files with 5 additions and 6 deletions
|
@ -423,9 +423,10 @@ files, so we replace calls to `pp' with the much faster `prin1'."
|
|||
:after-call doom-switch-buffer-hook after-find-file
|
||||
:commands sp-pair sp-local-pair sp-with-modes sp-point-in-comment sp-point-in-string
|
||||
:config
|
||||
;; smartparens recognizes `slime-mrepl-mode', but not `sly-mrepl-mode', so...
|
||||
(add-to-list 'sp-lisp-modes 'sly-mrepl-mode)
|
||||
;; Load default smartparens rules for various languages
|
||||
(require 'smartparens-config)
|
||||
|
||||
;; Overlays are too distracting and not terribly helpful. show-parens does
|
||||
;; this for us already (and is faster), so...
|
||||
(setq sp-highlight-pair-overlay nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue