Properly configure smartparens

This commit is contained in:
Jeremy Dormitzer 2020-01-07 11:52:33 -05:00
parent b7c55e801f
commit bc6002801b

View File

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