Refactor unneeded arg out of local function _load
In doom-initialize-packages.
This commit is contained in:
parent
7e00a83acc
commit
b079db8ec3
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue