diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-12T21·41+0100 |
---|---|---|
committer | Vincent Ambo <github@tazj.in> | 2017-11-12T21·44+0100 |
commit | 0511e7eb970e99f3c889aac323ff5ae2a550232e (patch) | |
tree | e08e8efe9c72986e05435dc9a34d63c1d9f5bbe5 /init/rust-setup.el | |
parent | 0d5bdbd7ceceaa48d2caa8129f78a499d8bc68c1 (diff) |
fix: Fix warnings & errors detected by elisp compiler
Minor things that came up when byte-compiling the configuration.
Diffstat (limited to 'init/rust-setup.el')
-rw-r--r-- | init/rust-setup.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/rust-setup.el b/init/rust-setup.el index 8eab1d9bdc9f..b1a568152778 100644 --- a/init/rust-setup.el +++ b/init/rust-setup.el @@ -1,3 +1,4 @@ +(require 'company) (require 'rust-mode) ;; Enable cargo-related (C-c C-c C-...) commands. |