Configure man pages to open in active window
This commit is contained in:
parent
6e4565cd90
commit
1c277c96da
11
config.org
11
config.org
@ -1416,6 +1416,17 @@
|
||||
(use-package graphviz-dot-mode)
|
||||
#+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
|
||||
** Keep $PWD Tidy
|
||||
Emacs' default behaviour of dumping temporary files in the current
|
||||
|
Loading…
x
Reference in New Issue
Block a user