Skip to content

Instantly share code, notes, and snippets.

@tmtxt
Created May 17, 2015 09:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmtxt/33fc503668cbb126fe74 to your computer and use it in GitHub Desktop.
Save tmtxt/33fc503668cbb126fe74 to your computer and use it in GitHub Desktop.
;;; commit length
(tmtxt/set-up 'git-commit-mode
(setq git-commit-summary-max-length 70))
(add-hook 'git-commit-mode-hook
(lambda () (flyspell-mode 0)) t)
(add-hook 'magit-mode-hook 'magit-load-config-extensions)
(set-default 'magit-stage-all-confirm nil)
(setq magit-use-overlays nil)
(tmtxt/set-up 'gist
(setq gist-view-gist t))
(provide 'tmtxt-git)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment