mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Default to quoting `like this' in Elisp strings
Problem reported by Matthew Batson in: https://lists.gnu.org/r/emacs-devel/2026-06/msg00172.html * lisp/emacs-lisp/lisp-mode.el (lisp-data-mode): Don’t set electric-quote-string to t.
This commit is contained in:
parent
d7e7dd62ff
commit
669ca4df18
1 changed files with 0 additions and 1 deletions
|
|
@ -730,7 +730,6 @@ font-lock keywords will not be case sensitive."
|
|||
"Major mode for buffers holding data written in Lisp syntax."
|
||||
:group 'lisp
|
||||
(lisp-mode-variables nil t nil)
|
||||
(setq-local electric-quote-string t)
|
||||
(setq imenu-case-fold-search nil)
|
||||
(setq-local hs-block-start-regexp "\\s(\\|\"")
|
||||
(setq-local hs-block-end-regexp "\\s)\\|\""))
|
||||
|
|
|
|||
Loading…
Reference in a new issue