[Emacs] New keybinds

This commit is contained in:
Lucien Cartier-Tilet 2022-05-01 18:02:28 +02:00
parent ff6435594c
commit 53ef8cb04b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 6 deletions

View File

@ -2741,16 +2741,13 @@ excluded files.
(add-to-list 'recentf-exclude (rx (* any)
(or "elfeed-db" "eln-cache")
(* any)))
(add-to-list 'recentf-exclude (rx (* any)
"/Mail/Sent"
(* any)))
(add-to-list 'recentf-exclude (rx (* any)
"conlanging/content"
(* any)
(or "html" "pdf" "tex")))
(add-to-list 'recentf-exclude (rx (* any)
".cache/paru/"
(* any))))
(add-to-list 'recentf-exclude ".*/Mail/Sent.*")
(add-to-list 'recentf-exclude ".*\\.cache/.*")
(add-to-list 'recentf-exclude "/rsync.*"))
#+end_src
*** Screenshot
@ -8082,6 +8079,8 @@ My buffer-related keybinds are all prefixed by ~b~.
| D | kill-buffer | |
| h | dashboard-refresh-buffer | |
| m | switch-to-messages-buffer | |
| n | next-buffer | |
| p | previous-buffer | |
| r | counsel-buffer-or-recentf | |
| s | switch-to-scratch-buffer | |