Browse Source

Fix

master
10sr 5 years ago
parent
commit
a7bd5155f3
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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


Loading…
Cancel
Save