summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom')
-rw-r--r--emacs.d/custom/fcuny-git.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs.d/custom/fcuny-git.el b/emacs.d/custom/fcuny-git.el
index 27a409f..68a5ecf 100644
--- a/emacs.d/custom/fcuny-git.el
+++ b/emacs.d/custom/fcuny-git.el
@@ -9,9 +9,11 @@
   :after (flyspell)
   :hook ((magit-mode . hl-line-mode))
   :bind (("C-x g s" . magit-status))
+  :custom
+  (git-commit-summary-max-length 50)
+  (fill-column 72)
+  (magit-display-buffer-function #'magit-display-buffer-fullframe-status-v1)
   :config
-  (setq git-commit-summary-max-length 50)
-  (setq fill-column 72)
   (when (fcuny/check-work-machine-p)
     (setq magit-git-executable "/opt/twitter_mde/bin/git")))