about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/emacs/init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index a30fbe3d4ac4..e4d1301c81b0 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -116,6 +116,13 @@
     (transient-append-suffix command ["-S"]
       '("=S" "Don't sign using gpg" "--no-gpg-sign"))))
 
+;;; Man ;;;
+;; Open man pages in the current window.  I don't really care what
+;; happens when I do M-x man, but I don't want my whole frame to be
+;; taken over with man buffers if I'm following a bunch of
+;; cross-references.
+(setq Man-notify-method 'pushy)
+
 ;;; Rainbow Delimiters ;;;
 (add-hook 'prog-mode-hook #'rainbow-delimiters-mode)