Bind C-<f1> to man.

This commit is contained in:
tastytea 2019-09-29 07:06:47 +02:00
parent 1cc912d286
commit 247f2107e2

View File

@ -612,6 +612,7 @@ With argument, do this that many times."
(Man-underline ((t (:inherit font-lock-keyword-face :underline t))))
:bind
("<f1>" . (lambda () (interactive) (manual-entry (current-word))))
("C-<f1>" . man)
)
;; Show directory tree in a window.