From 0182c6ff20c13e07a209b0699b38f1d933183515 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Tue, 8 Dec 2020 11:09:26 +0000 Subject: modules/emacs: keep man buffers in single window --- modules/workstation/emacs/init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules/workstation/emacs/init.el') 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) -- cgit 1.4.1