(lisp-mode): Set
font-lock-keywords-case-fold-search.
This commit is contained in:
parent
842b2a948f
commit
01b9100905
2 changed files with 6 additions and 0 deletions
|
@ -267,6 +267,7 @@ or to switch back to an existing one.
|
|||
Entry to this mode calls the value of `lisp-mode-hook'
|
||||
if that value is non-nil."
|
||||
(lisp-mode-variables t)
|
||||
(setq font-lock-keywords-case-fold-search t)
|
||||
(setq imenu-case-fold-search t))
|
||||
|
||||
;; This will do unless inf-lisp.el is loaded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue