Mercurial > dotfiles
view .elisp/settings/90.magit.el @ 445:b0264224e2ec
compilation tweaks: tried and failed to fix hg compilation stuff
I can't figure out why it's not working, but it's at least a little
more hackable now.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 30 Sep 2017 06:47:10 -0400 |
parents | 23792e59d173 |
children |
line wrap: on
line source
;; Magit enables some random modes that I find intolerable. (defun af--remove-mode (m) (setq auto-mode-alist (rassq-delete-all m auto-mode-alist))) (af--remove-mode 'git-rebase-mode) (af--remove-mode 'git-commit-mode)