Add keyboard shortcut to toggle smartparens
This commit is contained in:
parent
48ee4ee623
commit
31bc1bf941
4
init.el
4
init.el
@ -285,7 +285,9 @@
|
|||||||
(add-hook 'prog-mode-hook
|
(add-hook 'prog-mode-hook
|
||||||
'turn-on-smartparens-strict-mode)
|
'turn-on-smartparens-strict-mode)
|
||||||
(add-hook 'markdown-mode-hook
|
(add-hook 'markdown-mode-hook
|
||||||
'turn-on-smartparens-strict-mode))
|
'turn-on-smartparens-strict-mode)
|
||||||
|
:bind
|
||||||
|
(([f9] . smartparens-strict-mode)))
|
||||||
|
|
||||||
(use-package fiplr
|
(use-package fiplr
|
||||||
:config
|
:config
|
||||||
|
Loading…
Reference in New Issue
Block a user