From bc6002801b0f91bbc915de9740ff67bd957758e0 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 7 Jan 2020 11:52:33 -0500 Subject: [PATCH] Properly configure smartparens --- emacs/init.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index 413c9a5..f42830e 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -1074,6 +1074,8 @@ Smartparens enables structured editing of s-expressions and other pairs: ("q" nil) ("g" nil)) + :config + (require 'smartparens-config) :general (prog-mode-map "C-c p" 'hydra-smartparens/body) ((normal motion visual) prog-mode-map "g p" 'hydra-smartparens/body))