diff options
| author | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2011-10-13 09:12:10 +0200 |
|---|---|---|
| committer | Frank Fischer <frank.fischer@mathematik.tu-chemnitz.de> | 2011-10-13 09:12:10 +0200 |
| commit | c588fa1e6a44fdb19f8380074b0b5df2b31143cd (patch) | |
| tree | c9982cfe656403391fad2ebf2d1268a220d7f64b /Makefile | |
| parent | ed96c86eaa7bc96b634ae6fcd2de36a8fa896aa0 (diff) | |
Disable VC backends for 'indent' make target
Disabling VC backends stops Emacs from enabling the subsystem which
improves startup performance.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ profiler: # Loads Evil into memory in order to indent macros properly. # Also removes trailing whitespace, tabs and extraneous blank lines. indent: clean - $(EMACS) --batch ${FILES} evil-tests.el -Q -L . $(LIBS) -l evil-tests.el \ + $(EMACS) --batch --eval '(setq vc-handled-backends nil)' ${FILES} evil-tests.el -Q -L . $(LIBS) -l evil-tests.el \ --eval "(dolist (buffer (reverse (buffer-list))) \ (when (buffer-file-name buffer) \ (set-buffer buffer) \ |
