Emacs woman: fill whole frame.
This commit is contained in:
parent
4c8679ab9d
commit
5f0c80c4d5
4
init.el
4
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; 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:
|
;;; Commentary:
|
||||||
;; Requires at least Emacs 24.3.
|
;; Requires at least Emacs 24.3.
|
||||||
|
@ -612,6 +612,8 @@ With argument, do this that many times."
|
||||||
;;;;;;;;;;;;;;;;;;;; Misc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Misc ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Manual pages.
|
;; Manual pages.
|
||||||
(use-package woman
|
(use-package woman
|
||||||
|
:custom
|
||||||
|
(woman-fill-frame t)
|
||||||
:config
|
:config
|
||||||
(defun my/woman-topic-at-point ()
|
(defun my/woman-topic-at-point ()
|
||||||
"Call woman and use the word at point as topic if it exists."
|
"Call woman and use the word at point as topic if it exists."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user