summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 2e2b9ad..61f8647 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -334,7 +334,6 @@
(progn
(global-git-commit-mode)
(use-package git-commit :ensure t :defer t)
- (setq magit-display-buffer-function 'magit-display-buffer-fullframe-status-v1)
(add-hook 'magit-mode-hook
(lambda()
(setq mode-name "⎇")))