X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/b50c6712281d0a2de044e16df203828e67a84314..675455c2159ddadcc96a04b470d9516d54bd7fe7:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index cb19d10..68a4d9f 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -546,6 +546,11 @@ Evil key bindings are defined in `mdw-evil-keymap-keys'." This is used by advice on `switch-to-buffer-other-frame' to inhibit finding buffers in random frames.") +(setq display-buffer--other-frame-action + '((display-buffer-reuse-window display-buffer-pop-up-frame) + (reusable-frames . nil) + (inhibit-same-window . t))) + (defadvice walk-windows (around mdw-inhibit activate) "If `mdw-inhibit-walk-windows' is non-nil, then do nothing." (and (not mdw-inhibit-walk-windows) @@ -4334,7 +4339,7 @@ This allows you to pass a list of arguments through `ansi-term'." ;;;-------------------------------------------------------------------------- ;;; Magit configuration. -(setq magit-diff-refine-hunk 'all +(setq magit-diff-refine-hunk 't magit-view-git-manual-method 'man magit-log-margin '(nil age magit-log-margin-width t 18) magit-wip-after-save-local-mode-lighter ""