From 8428a7a4efaac62e7f0fac3083c2b37a8d3f9d1e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 15 May 2018 22:07:44 +0200 Subject: [PATCH] Autoload smartparens library --- core/core-editor.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-editor.el b/core/core-editor.el index 96527c073..c2baf18c4 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 pre-command-hook + :commands (sp-pair sp-local-pair sp-with-modes) :config (require 'smartparens-config) (setq sp-highlight-pair-overlay nil