emacs-lisp-mode: Use error face for "/d" indicator
* lisp/progmodes/elisp-mode.el (emacs-lisp-mode): Use 'error' face for the dynamic scoping ("/d") indicator in the mode line to make it stand out more.
This commit is contained in:
parent
430622796b
commit
ddc875d9f7
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ Comments in the form will be lost."
|
|||
(:propertize "/d"
|
||||
help-echo "Using old dynamic scoping mode\n\
|
||||
mouse-1: Enable lexical-binding mode"
|
||||
face warning
|
||||
face error
|
||||
mouse-face mode-line-highlight
|
||||
local-map ,elisp--dynlex-modeline-map)))
|
||||
"Major mode for editing Lisp code to run in Emacs.
|
||||
|
|
Loading…
Add table
Reference in a new issue