Don't disable backquote in lisp mode comments
This commit is contained in:
parent
dd402b7db3
commit
2fcc338702
1 changed files with 1 additions and 3 deletions
|
@ -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 "{" "}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue