Fix #3671: some dap-mode libs not loading
This commit is contained in:
parent
ffbd7b63bf
commit
b08f9c607d
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
||||||
(when (doom-module-p category (car modules) (cadr modules))
|
(when (doom-module-p category (car modules) (cadr modules))
|
||||||
(dolist (lib (doom-enlist after))
|
(dolist (lib (doom-enlist after))
|
||||||
(with-eval-after-load lib
|
(with-eval-after-load lib
|
||||||
(mapc #'require libs)))))
|
(mapc #'require (doom-enlist libs))))))
|
||||||
|
|
||||||
(dap-mode 1))
|
(dap-mode 1))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue