Mercurial > dotfiles
comparison .elisp/settings/90.magit.el @ 402:23792e59d173
emacs: disable "helpful" magit modes
These only irritate me when I trip over them, so just rip them out
entirely.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Wed, 27 Apr 2016 14:26:35 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
401:89c7236a0899 | 402:23792e59d173 |
---|---|
1 ;; Magit enables some random modes that I find intolerable. | |
2 (defun af--remove-mode (m) (setq auto-mode-alist | |
3 (rassq-delete-all m auto-mode-alist))) | |
4 | |
5 (af--remove-mode 'git-rebase-mode) | |
6 (af--remove-mode 'git-commit-mode) |