Autoload sp-point-in-{comment,string}
Some commands (like doom/forward-to-last-non-comment-or-eol) can use this before smartparens has loaded.
This commit is contained in:
parent
6a03b37dd3
commit
4617e00b91
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ savehist file."
|
|||
;; Auto-close delimiters and blocks as you type. It's more powerful than that,
|
||||
;; but that is all Doom uses it for.
|
||||
:after-call (doom-exit-buffer-hook after-find-file)
|
||||
:commands (sp-pair sp-local-pair sp-with-modes)
|
||||
:commands (sp-pair sp-local-pair sp-with-modes sp-point-in-comment sp-point-in-string)
|
||||
:config
|
||||
(require 'smartparens-config)
|
||||
(setq sp-highlight-pair-overlay nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue