Mercurial > dotfiles
comparison .elisp/settings/01.custom.el @ 425:d0a5109cdfe2
custom: disable magit-auto-revert-mode
This seems to interact poorly with global-auto-revert mode and tramp,
so just drop it for now.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 29 Nov 2016 13:35:42 -0500 |
parents | 7a8483897360 |
children | f39a5ec4889d |
comparison
equal
deleted
inserted
replaced
424:7a8483897360 | 425:d0a5109cdfe2 |
---|---|
5 ;; If there is more than one, they won't work right. | 5 ;; If there is more than one, they won't work right. |
6 '(auto-revert-remote-files t) | 6 '(auto-revert-remote-files t) |
7 '(custom-safe-themes | 7 '(custom-safe-themes |
8 (quote | 8 (quote |
9 ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "756597b162f1be60a12dbd52bab71d40d6a2845a3e3c2584c6573ee9c332a66e" default))) | 9 ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "756597b162f1be60a12dbd52bab71d40d6a2845a3e3c2584c6573ee9c332a66e" default))) |
10 '(magit-auto-revert-mode nil) | |
10 '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) | 11 '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) |
11 '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/"))) | 12 '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/"))) |
12 '(sml/replacer-regexp-list | 13 '(sml/replacer-regexp-list |
13 (quote | 14 (quote |
14 (("^/sudo:.*:" ":SU:") | 15 (("^/sudo:.*:" ":SU:") |