Guest User

Untitled

a guest
Sep 6th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.18 KB | None | 0 0
  1. (:eval (cond ((not (buffer-file-name)) " ")
  2.                  (t (propertize (shorten-directory
  3.                          default-directory
  4.                          30)
  5.                         face
  6.                         mode-line-folder-face))))
Add Comment
Please, Sign In to add comment