diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-20T16·36+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-20T16·36+0100 |
commit | 3cd22f287814fe37c2c7335256444d3339041a23 (patch) | |
tree | 4e234d999ad9793528183690b55ccf04af4af7cb /init/custom.el | |
parent | 553b38ea76d1e2309744595441ffb9a841d15c1d (diff) |
feat: Show backtraces for failed cargo commands
Diffstat (limited to 'init/custom.el')
-rw-r--r-- | init/custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/custom.el b/init/custom.el index 1d8840bf3e19..cc4ec3268ad3 100644 --- a/init/custom.el +++ b/init/custom.el @@ -5,6 +5,7 @@ ;; If there is more than one, they won't work right. '(ac-auto-show-menu 0.8) '(ac-delay 0.2) + '(cargo-process--enable-rust-backtrace 1) '(custom-enabled-themes (quote (gruber-darker))) '(custom-safe-themes (quote |