chiark / gitweb /
el/dot-emacs.el: Highlight subdirectories in my usual way.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jul 2017 00:15:22 +0000 (01:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 17 Jul 2017 00:15:22 +0000 (01:15 +0100)
Directories show up in cyan everywhere else.  Why are they especially
scary in Ido `find-file'?

el/dot-emacs.el

index 6ed0e0434749768ef26a9ee3bf894a370d5fb206..be261ecb5207ee2a7d71c8ffeccb8be83068c59f 100644 (file)
@@ -1239,6 +1239,9 @@ (mdw-define-face comint-highlight-prompt
 (mdw-define-face comint-highlight-input
   (t nil))
 
+(mdw-define-face ido-subdir
+  (t :foreground "cyan" :weight bold))
+
 (mdw-define-face dired-directory
   (t :foreground "cyan" :weight bold))
 (mdw-define-face dired-symlink