diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:53:52 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:53:52 -0800 |
| commit | bfbcaa2c9b8f068c999805a8c1fab15bbe6a84d1 (patch) | |
| tree | 857f5c18fbe5ffd93332724bad98e6f0dafd3b89 | |
| parent | [emacs] Add a binding for ibuffer (diff) | |
| download | emacs.d-bfbcaa2c9b8f068c999805a8c1fab15bbe6a84d1.tar.gz | |
[emacs] Explain why git is disabled in VC backend
| -rw-r--r-- | emacs.d/core/core-git.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/core/core-git.el b/emacs.d/core/core-git.el index 3ef59ad..7044367 100644 --- a/emacs.d/core/core-git.el +++ b/emacs.d/core/core-git.el @@ -1,3 +1,4 @@ +;; this makes emacs slow to work with source (delete 'Git vc-handled-backends) (use-package magit |
