Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cf78a467
Commit
cf78a467
authored
Jun 06, 2005
by
Juri Linkov
Browse files
* dired.el (dired-ignored): Inherit from `shadow' face.
parent
c4cf1710
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/dired.el
lisp/dired.el
+1
-1
No files found.
lisp/dired.el
View file @
cf78a467
...
...
@@ -356,7 +356,7 @@ Subexpression 2 must end right before the \\n or \\r.")
"Face name used for symbolic links."
)
(
defface
dired-ignored
'
((
t
(
:inherit
font-lock-string-face
)))
'
((
t
(
:inherit
shadow
)))
"Face used for files suffixed with `completion-ignored-extensions'."
:group
'dired-faces
:version
"22.1"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment