summaryrefslogtreecommitdiff
path: root/emacs-willow
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-willow')
-rw-r--r--emacs-willow3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs-willow b/emacs-willow
index 7642de9..76dc2de 100644
--- a/emacs-willow
+++ b/emacs-willow
@@ -84,6 +84,9 @@
(add-to-list 'default-frame-alist '(background-color . "black"))
(add-to-list 'default-frame-alist '(background-mode . "dark"))
+;; Make man open in full frame instead of always creating half a frame
+(set-variable 'Man-notify-method (quote pushy))
+
;; Toggle frame width
(defun toggle-frame-width (frame)
"Toggle FRAME width between 100 and 80."