From a7bd5155f3a4ba0ae1d0c84669beb54d8148d3c2 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 11 Dec 2018 15:21:57 +0900 Subject: [PATCH] Fix --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index e24882f..78f6d2d 100644 --- a/emacs.el +++ b/emacs.el @@ -2034,7 +2034,7 @@ use for the buffer. It defaults to \"*recetf-show*\"." (define-key map "/" 'isearch-forward) map)) -(define-derived-mode recently-show-tabulated-mode tabulated-list-mode "Recently Show" +(define-derived-mode recently-show-tabulated-mode tabulated-list-mode "Recently-Show" "Major mode for browsing recently opened files and directories." (setq tabulated-list-padding 2) (add-hook 'tabulated-list-revert-hook