diff options
| author | Benjamin Lindqvist <benjamin.lindqvist@endian.se> | 2018-04-04 21:58:00 +0200 |
|---|---|---|
| committer | Benjamin Lindqvist <benjamin.lindqvist@endian.se> | 2018-04-04 21:58:00 +0200 |
| commit | 3a4d93ae3c7e13b41aa32502efc64f615760d610 (patch) | |
| tree | e4a15fbf2a72637e35d27dd60e8c536b0d805fec /feebleline.el | |
| parent | bbb2b713c94c23644f782c9160f838d3fc6db792 (diff) | |
fix for non-file buffers
Diffstat (limited to 'feebleline.el')
| -rw-r--r-- | feebleline.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feebleline.el b/feebleline.el index b1f41ef..3224cf8 100644 --- a/feebleline.el +++ b/feebleline.el @@ -109,7 +109,7 @@ sent to `add-text-properties'.") (" %s" ((if (buffer-file-name) (replace-regexp-in-string feebleline--home-dir "~" (file-name-directory (buffer-file-name))) - (buffer-name))) + "")) (face feebleline-dir-face)) ("%s" ((if (buffer-file-name) (file-name-nondirectory |
