Configure man pages to open in active window

This commit is contained in:
Camden Dixie O'Brien 2024-12-19 16:41:27 +00:00
parent 6e4565cd90
commit 1c277c96da

View File

@ -1416,6 +1416,17 @@
(use-package graphviz-dot-mode) (use-package graphviz-dot-mode)
#+end_src #+end_src
** Man pages
Man page support is built in to Emacs but it's one of those
annoying things where it will open in the "other" window instead of
where you ran =M-x man= from. Thankfully, this behaviour can be
changed by setting [[help:Man-notify-method][Man-notify-method]]. The value ~'pushy~ makes the
man page open in the current window.
#+begin_src emacs-lisp
(setq Man-notify-method 'pushy)
#+end_src
* Backup and Autosave * Backup and Autosave
** Keep $PWD Tidy ** Keep $PWD Tidy
Emacs' default behaviour of dumping temporary files in the current Emacs' default behaviour of dumping temporary files in the current