Lookup man pages with F1.
This commit is contained in:
parent
90c6af74b6
commit
ffc6a94849
7
init.el
7
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;; Time-stamp: <2019-08-20T15:39:46+00:00>
|
;; Time-stamp: <2019-08-25T02:14:00+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -561,7 +561,10 @@ With argument, do this that many times."
|
||||||
:defer t
|
:defer t
|
||||||
:custom-face
|
:custom-face
|
||||||
(Man-overstrike ((t (:inherit font-lock-type-face :bold t))))
|
(Man-overstrike ((t (:inherit font-lock-type-face :bold t))))
|
||||||
(Man-underline ((t (:inherit font-lock-keyword-face :underline t)))))
|
(Man-underline ((t (:inherit font-lock-keyword-face :underline t))))
|
||||||
|
:bind
|
||||||
|
("<f1>" . (lambda () (interactive) (manual-entry (current-word))))
|
||||||
|
)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;; Misc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Misc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Show directory tree in a window.
|
;; Show directory tree in a window.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 5940
|
127.0.0.1:51313 18091
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user