diff options
Diffstat (limited to 'emacs/site-lisp/single-header.el')
| -rwxr-xr-x | emacs/site-lisp/single-header.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/site-lisp/single-header.el b/emacs/site-lisp/single-header.el index 1378384..0080da1 100755 --- a/emacs/site-lisp/single-header.el +++ b/emacs/site-lisp/single-header.el @@ -92,7 +92,8 @@ to non-nil. The last update time is in a frame parameter (s-truncate 8 (ednc-notification-summary e)) (s-truncate 20 (ednc-notification-body e))) ) - (ednc-notifications))) + (ednc-notifications) + "")) (defun single-header-dismiss (num) "Dismiss the most recent notification from the header line. With a prefix |
