Note deficit when using keymaps for frequently used features
This commit is contained in:
parent
b7c7703b84
commit
12458f7dc1
2
init.el
2
init.el
@ -3111,7 +3111,7 @@ eventuelly be set to nil, however)."
|
||||
(bind-key "<XF86Forward>" #'winner-redo)
|
||||
(bind-key "<Scroll_Lock>" 'scroll-lock-mode)
|
||||
(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 "<f6>" #'text-scale-adjust)
|
||||
(bind-key "<f7>" #'dictcc)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user