bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39145: 28.0.50; dired: Show broken/circular links in different font


From: Stefan Kangas
Subject: bug#39145: 28.0.50; dired: Show broken/circular links in different font
Date: Thu, 27 Aug 2020 02:37:02 -0700

Tino Calancha <tino.calancha@gmail.com> writes:

> +(defface dired-broken-symlink
> +  '((((class color))
> +     :foreground "yellow1" :background "red1" :weight bold)
> +    (t :weight bold :slant italic :underline t))
> +  "Face used for broken symbolic links."
> +  :group 'dired-faces
> +  :version "28.1")

This feature sounds useful.

Bonus points if you could also add reasonable defaults for this face to
the various themes shipped with Emacs.  Just a humble request, feel free
to ignore.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]