about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-12T21·41+0100
committerVincent Ambo <github@tazj.in>2017-11-12T21·44+0100
commit0511e7eb970e99f3c889aac323ff5ae2a550232e (patch)
treee08e8efe9c72986e05435dc9a34d63c1d9f5bbe5 /init.el
parent0d5bdbd7ceceaa48d2caa8129f78a499d8bc68c1 (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.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 4f26322adf..c1dd7fc510 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