diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 08:41:23 -0800 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-12-15 08:41:23 -0800 |
commit | a9ad60545c703f892957c5e8322929259d8177fc (patch) | |
tree | f5d9d4dd10adef333e1bee6927dfa21bc12d43b1 | |
parent | [tmux] Renumber window, and start from 1. (diff) | |
download | emacs.d-a9ad60545c703f892957c5e8322929259d8177fc.tar.gz |
[emacs] Don't open magit in fullscreen.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 1 |
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 "⎇"))) |