about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-12-22T10·07+0100
committertazjin <mail@tazj.in>2020-12-22T10·13+0000
commit5010b7971806d30de0987d8e7706ca24a96fbef5 (patch)
tree958f67c573eda8601f13a978110b9a61f5f03e62
parenta104afa6ea72dbafdc687156aac7e392eb7786a9 (diff)
fix(tazjin/emacs): Don't override CARGO_INCREMENTAL r/2026
Change-Id: Ib25c45795cb8aea87fc7e22343af6710a6339d32
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2289
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
-rw-r--r--users/tazjin/emacs/config/custom.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/users/tazjin/emacs/config/custom.el b/users/tazjin/emacs/config/custom.el
index a157c7a5fa..ef41482a86 100644
--- a/users/tazjin/emacs/config/custom.el
+++ b/users/tazjin/emacs/config/custom.el
@@ -6,7 +6,6 @@
  '(ac-auto-show-menu 0.8)
  '(ac-delay 0.2)
  '(avy-background t)
- '(cargo-process--custom-path-to-bin "env CARGO_INCREMENTAL=1 cargo")
  '(cargo-process--enable-rust-backtrace 1)
  '(company-auto-complete (quote (quote company-explicit-action-p)))
  '(company-idle-delay 0.5)