Update smartparens command list
This commit is contained in:
parent
37081cff12
commit
a34276b5e4
3
init.el
3
init.el
@ -260,7 +260,8 @@
|
|||||||
'turn-on-smartparens-strict-mode)
|
'turn-on-smartparens-strict-mode)
|
||||||
:bind
|
:bind
|
||||||
(([f9] . smartparens-strict-mode)
|
(([f9] . smartparens-strict-mode)
|
||||||
("C-(" . sp-unwrap-sexp)))
|
("C-c s u" . sp-unwrap-sexp)
|
||||||
|
("C-c s k" . sp-kill-sexp)))
|
||||||
|
|
||||||
(use-package smart-mode-line
|
(use-package smart-mode-line
|
||||||
:ensure t
|
:ensure t
|
||||||
|
Loading…
Reference in New Issue
Block a user