diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-06-15 09:25:13 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-12-12 02:15:14 -0500 |
commit | 3694fc399e448189b24fb12a7a8624a1779999f0 (patch) | |
tree | 8b40dd6210e3e8095da6852f5652ab684f3bcc56 | |
parent | 149da2b62045fde28cc712d11d04f611b0163896 (diff) | |
download | emacs.d-3694fc399e448189b24fb12a7a8624a1779999f0.tar.gz |
Restore magit-display-buffer-function default
After using v1 for quite some time, I've tried the default again and
have used it for many months now without switch back, so I guess I'll
be sticking to it.
-rw-r--r-- | init.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -970,9 +970,6 @@ (add-hook 'magit-log-mode-hook #'bug-reference-mode) - (setq magit-display-buffer-function - #'magit-display-buffer-fullframe-status-v1) - (define-key ctl-x-4-map "g" #'magit-find-file-other-window) (define-key km/file-map "g" #'magit-find-file) |