(require 'fcuny-defuns) (use-package gitconfig-mode :ensure t :defer 5) (use-package magit :ensure t :after (flyspell) :hook ((magit-mode . hl-line-mode)) :bind (("C-x g s" . magit-status)) :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"))) (provide 'fcuny-git)