fix: Fix warnings & errors detected by elisp compiler
Minor things that came up when byte-compiling the configuration.
This commit is contained in:
parent
0d5bdbd7ce
commit
0511e7eb97
4 changed files with 8 additions and 11 deletions
3
init.el
3
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue