diff options
author | Thanos Apollo <[email protected]> | 2023-06-29 23:44:16 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-06-29 23:44:16 +0300 |
commit | 0819b4e630fa47a069142474782fdcc9f2ea2b84 (patch) | |
tree | 090f9b954fbba2bb9f5ed75a42feda85238ca36a /emacs.org | |
parent | be30e87cf9d0da9c2291a7d660f314c16a221e21 (diff) |
emacs: display magit buffer in current buffer
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -549,9 +549,10 @@ Fonts and basic appearance settings for each device (require 'dap-mode) (dap-ui-mode) #+end_src -*** Magit +** Magit #+begin_src emacs-lisp (require 'magit) + (setq magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1) #+end_src ** Auto-insertions |