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))