Switch <f1> and C-<f1>.

This commit is contained in:
tastytea 2019-09-29 07:16:23 +02:00
parent a31b56435d
commit 03ad4c381e
1 changed files with 2 additions and 2 deletions

View File

@ -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.