Bind C-<f1> to man.
This commit is contained in:
parent
1cc912d286
commit
247f2107e2
1
init.el
1
init.el
|
@ -612,6 +612,7 @@ With argument, do this that many times."
|
||||||
(Man-underline ((t (:inherit font-lock-keyword-face :underline t))))
|
(Man-underline ((t (:inherit font-lock-keyword-face :underline t))))
|
||||||
:bind
|
:bind
|
||||||
("<f1>" . (lambda () (interactive) (manual-entry (current-word))))
|
("<f1>" . (lambda () (interactive) (manual-entry (current-word))))
|
||||||
|
("C-<f1>" . man)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Show directory tree in a window.
|
;; Show directory tree in a window.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user