Add keyboard shortcut to toggle smartparens

This commit is contained in:
Gergely Polonkai 2016-10-11 17:56:04 +02:00
parent 48ee4ee623
commit 31bc1bf941
1 changed files with 3 additions and 1 deletions

View File

@ -285,7 +285,9 @@
(add-hook 'prog-mode-hook
'turn-on-smartparens-strict-mode)
(add-hook 'markdown-mode-hook
'turn-on-smartparens-strict-mode))
'turn-on-smartparens-strict-mode)
:bind
(([f9] . smartparens-strict-mode)))
(use-package fiplr
:config