Unbind double-quote in lisp-mode
Causes double-double-quoting. smartparens will handle it.
This commit is contained in:
parent
aa4c9744f8
commit
b0f1804799
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
(push 'evil parinfer-extensions))
|
||||
:config
|
||||
(map! :map parinfer-mode-map
|
||||
"\"" nil ; smartparens handles this
|
||||
:i "<tab>" #'parinfer-smart-tab:dwim-right-or-complete
|
||||
:i "<backtab>" #'parinfer-smart-tab:dwim-left
|
||||
:localleader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue