mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(file-name-shadow-mode): Set :init-value to t.
This commit is contained in:
parent
08adfdbb4b
commit
da80e0daf7
1 changed files with 1 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ that portion dim, invisible, or otherwise less visually noticeable.
|
|||
With prefix argument ARG, turn on if positive, otherwise off.
|
||||
Returns non-nil if the new state is enabled."
|
||||
:global t
|
||||
:init-value t
|
||||
:group 'minibuffer
|
||||
(if file-name-shadow-mode
|
||||
;; Enable the mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue