summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-12-15 08:41:23 -0800
committerFranck Cuny <franck.cuny@gmail.com>2016-12-15 08:41:23 -0800
commita9ad60545c703f892957c5e8322929259d8177fc (patch)
treef5d9d4dd10adef333e1bee6927dfa21bc12d43b1 /emacs.d
parent[tmux] Renumber window, and start from 1. (diff)
downloademacs.d-a9ad60545c703f892957c5e8322929259d8177fc.tar.gz
[emacs] Don't open magit in fullscreen.
Diffstat (limited to '')
-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 "⎇")))