Refactor unneeded arg out of local function _load

In doom-initialize-packages.
This commit is contained in:
Henrik Lissner 2018-06-10 17:18:39 +02:00
parent 7e00a83acc
commit b079db8ec3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 5 deletions

View file

@ -173,7 +173,7 @@ respectively."
(def-dispatcher! test
"Run Doom unit tests."
(load! "autoload/test")
(require 'core-unit-tests)
(doom//run-tests args))
(def-dispatcher! info