mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't disable backquote in lisp mode comments
This commit is contained in:
@ -98,9 +98,7 @@
|
||||
:unless '(sp-point-before-word-p sp-point-before-same-p)))
|
||||
|
||||
;; In lisps ( should open a new form if before another parenthesis
|
||||
(sp-with-modes sp-lisp-modes
|
||||
(sp-local-pair "`" "`" :actions nil)
|
||||
(sp-local-pair "(" ")" :unless '(:rem sp-point-before-same-p)))
|
||||
(sp-local-pair sp-lisp-modes "(" ")" :unless '(:rem sp-point-before-same-p))
|
||||
|
||||
;; Major-mode specific fixes
|
||||
(sp-local-pair 'ruby-mode "{" "}"
|
||||
|
Reference in New Issue
Block a user