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.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.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index 4f26322adf08..c1dd7fc51022 100644 --- a/init.el +++ b/init.el @@ -13,7 +13,7 @@ (package-initialize) ;; This variable controls all packages that should be installed. -(setq-local desired-packages +(defvar desired-packages '(;; elisp libraries dash dash-functional @@ -25,6 +25,7 @@ ag browse-kill-ring cargo + company confluence dash dockerfile-mode |