From d8f6a9f095d862bd7ffdf72982f2dad299416e53 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 8 Apr 2019 08:40:35 -0700 Subject: [emacs] Update configuration related to git. --- emacs.d/custom/fcuny-git.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-git.el b/emacs.d/custom/fcuny-git.el index d056896..27a409f 100644 --- a/emacs.d/custom/fcuny-git.el +++ b/emacs.d/custom/fcuny-git.el @@ -1,3 +1,5 @@ +(require 'fcuny-defuns) + (use-package gitconfig-mode :ensure t :defer 5) @@ -9,6 +11,8 @@ :bind (("C-x g s" . magit-status)) :config (setq git-commit-summary-max-length 50) - (setq fill-column 72)) + (setq fill-column 72) + (when (fcuny/check-work-machine-p) + (setq magit-git-executable "/opt/twitter_mde/bin/git"))) (provide 'fcuny-git) -- cgit 1.4.1