diff --git a/core/core-editor.el b/core/core-editor.el index 35dea9fba..79b4d622f 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -133,6 +133,7 @@ fundamental-mode) for performance sake." ;; Auto-close delimiters and blocks as you type (def-package! smartparens :defer doom-before-switch-buffer-hook + :commands (sp-pair sp-local-pair sp-with-modes) :config (require 'smartparens-config) (setq sp-highlight-pair-overlay nil