summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2018-06-07 23:33:39 +0200
committerJoel Klinghed <the_jk@spawned.biz>2018-06-07 23:34:31 +0200
commita041d40074553ce18420e8d7ce355b018795ab5d (patch)
treeca0cd8615c60a858bbcc60ca276293211989e5bf
parentdfb49267771914d87b12ce8aa74354cb27969d9f (diff)
Configure man to open in full frame
-rw-r--r--emacs-blue3
-rw-r--r--emacs-stark3
-rw-r--r--emacs-willow3
3 files changed, 9 insertions, 0 deletions
diff --git a/emacs-blue b/emacs-blue
index fdc797c..a112607 100644
--- a/emacs-blue
+++ b/emacs-blue
@@ -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."
diff --git a/emacs-stark b/emacs-stark
index 97c064d..9b197ce 100644
--- a/emacs-stark
+++ b/emacs-stark
@@ -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."
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."