diff options
| author | Daniel <[email protected]> | 2024-01-31 11:25:16 -0500 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-01-31 11:25:16 -0500 |
| commit | 61c4383d459b5dee0fcd38ed3491378ebebbb394 (patch) | |
| tree | eba5e8d849930f724de188bb8de8a73d20309e36 /bard-elisp/bard-modeline.el | |
| parent | 28d53521bb63e97af3a98d621cffff0dad066348 (diff) | |
better unsaved indicator
Diffstat (limited to 'bard-elisp/bard-modeline.el')
| -rw-r--r-- | bard-elisp/bard-modeline.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-elisp/bard-modeline.el b/bard-elisp/bard-modeline.el index 53b0539..5e8d0a4 100644 --- a/bard-elisp/bard-modeline.el +++ b/bard-elisp/bard-modeline.el @@ -281,7 +281,7 @@ Specific to the current window's mode line.") ((and (mode-line-window-selected-p) file (buffer-modified-p)) - '(italic mode-line-buffer-id)) + '(error italic mode-line-buffer-id)) ((and file (buffer-modified-p)) 'italic) ((mode-line-window-selected-p) |
