Note deficit when using keymaps for frequently used features

This commit is contained in:
Daniel Borchmann 2025-06-16 11:25:11 +02:00
parent b7c7703b84
commit 12458f7dc1
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -3111,7 +3111,7 @@ eventuelly be set to nil, however)."
(bind-key "<XF86Forward>" #'winner-redo) (bind-key "<XF86Forward>" #'winner-redo)
(bind-key "<Scroll_Lock>" 'scroll-lock-mode) (bind-key "<Scroll_Lock>" 'scroll-lock-mode)
(bind-key "<f1>" #'db/run-or-hide-eshell) (bind-key "<f1>" #'db/run-or-hide-eshell)
(bind-key "<f2>" db/frequently-used-features-map) (bind-key "<f2>" db/frequently-used-features-map) ; TODO: this does not update when the keymap is changed
(bind-key "<f5>" #'project-find-regexp) (bind-key "<f5>" #'project-find-regexp)
(bind-key "<f6>" #'text-scale-adjust) (bind-key "<f6>" #'text-scale-adjust)
(bind-key "<f7>" #'dictcc) (bind-key "<f7>" #'dictcc)