Set custom key to open recent files using recentf

This commit is contained in:
Gregorio Reyes 2023-11-11 11:14:47 -06:00
parent 9c4ff51078
commit e83977ad25
1 changed files with 6 additions and 0 deletions

View File

@ -219,6 +219,12 @@
;;Add hydra zoom function to my custom keys
"C-, sz" '(hydra-text-scale/body :which-key "scale text"))
;;Create custom keys under kempii/custom-keys for file customization
(kempii/custom-keys
"C-, f" '(:ignore f :which-key "files customization")
;;Open recent file using recentf-mode
"C-, fr" '(recentf-open-files :which-key "open recent files"))
;;Create custom keys under kempii/custom-keys for utilities shortcuts
(kempii/custom-keys
"C-, u" '(:ignore u :which-key "utilities")