Don't disable backquote in lisp mode comments

This commit is contained in:
Henrik Lissner 2020-03-12 11:30:20 -04:00
parent dd402b7db3
commit 2fcc338702
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -98,9 +98,7 @@
:unless '(sp-point-before-word-p sp-point-before-same-p))) :unless '(sp-point-before-word-p sp-point-before-same-p)))
;; In lisps ( should open a new form if before another parenthesis ;; In lisps ( should open a new form if before another parenthesis
(sp-with-modes sp-lisp-modes (sp-local-pair sp-lisp-modes "(" ")" :unless '(:rem sp-point-before-same-p))
(sp-local-pair "`" "`" :actions nil)
(sp-local-pair "(" ")" :unless '(:rem sp-point-before-same-p)))
;; Major-mode specific fixes ;; Major-mode specific fixes
(sp-local-pair 'ruby-mode "{" "}" (sp-local-pair 'ruby-mode "{" "}"