* lisp/emacs-lisp/lisp-mode.el (lisp-mode-variables): Unbreak bootstrap.
This commit is contained in:
parent
5eedd0b92d
commit
b1797e3eeb
2 changed files with 8 additions and 3 deletions
|
@ -474,9 +474,10 @@ font-lock keywords will not be case sensitive."
|
|||
. lisp-font-lock-syntactic-face-function)))
|
||||
(setq-local prettify-symbols-alist lisp--prettify-symbols-alist)
|
||||
;; electric
|
||||
(when elisp
|
||||
(setq-local electric-pair-text-pairs
|
||||
(cons '(?\` . ?\') electric-pair-text-pairs)))
|
||||
(and elisp
|
||||
(boundp 'electric-pair-text-pairs)
|
||||
(setq-local electric-pair-text-pairs
|
||||
(cons '(?\` . ?\') electric-pair-text-pairs)))
|
||||
(setq-local electric-pair-skip-whitespace 'chomp)
|
||||
(setq-local electric-pair-open-newline-between-pairs nil))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue