Switch <f1> and C-<f1>.
This commit is contained in:
parent
a31b56435d
commit
03ad4c381e
4
init.el
4
init.el
|
@ -611,8 +611,8 @@ With argument, do this that many times."
|
|||
(Man-overstrike ((t (:inherit font-lock-type-face :bold t))))
|
||||
(Man-underline ((t (:inherit font-lock-keyword-face :underline t))))
|
||||
:bind
|
||||
("<f1>" . (lambda () (interactive) (manual-entry (current-word))))
|
||||
("C-<f1>" . man)
|
||||
("<f1>" . man)
|
||||
("C-<f1>" . (lambda () (interactive) (manual-entry (current-word))))
|
||||
)
|
||||
|
||||
;; Show directory tree in a window.
|
||||
|
|
Loading…
Reference in New Issue
Block a user