branch: externals/tmr commit d032e41463ddb88a12154922440ffc8dbfa95ebd Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add missing mode to tmr-list-timers-action-alist --- tmr.el | 1 + 1 file changed, 1 insertion(+) diff --git a/tmr.el b/tmr.el index 55bc671962..e9044338eb 100644 --- a/tmr.el +++ b/tmr.el @@ -128,6 +128,7 @@ Each function must accept a timer as argument." (defcustom tmr-list-timers-action-alist '((display-buffer-reuse-mode-window display-buffer-at-bottom) + (mode . tmr-tabulated-mode) (dedicated . t) (preserve-size . (t . t)) (body-function . tmr-select-and-resize))