Emacs woman: fill whole frame.

This commit is contained in:
tastytea 2019-10-09 20:50:13 +02:00
parent 4c8679ab9d
commit 5f0c80c4d5
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-10-09T18:39:58+00:00>
;; Time-stamp: <2019-10-09T18:49:48+00:00>
;;; Commentary:
;; Requires at least Emacs 24.3.
@ -612,6 +612,8 @@ With argument, do this that many times."
;;;;;;;;;;;;;;;;;;;; Misc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Manual pages.
(use-package woman
:custom
(woman-fill-frame t)
:config
(defun my/woman-topic-at-point ()
"Call woman and use the word at point as topic if it exists."