Replies: 2 comments 1 reply
-
Sorry, I see. This is a private variable. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I created this discussion because I wanted to optimize the following snippet code, it take 41 seconds to run. (dolist (drone (borg-drones))
(dolist (p (borg-load-path drone))
(when (file-exists-p p)
(setq auto (car (directory-files p t ".*-autoloads.el\\'")))
(when (and auto
(file-exists-p auto))
(print auto))))) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
after
borg-initialize
, theborg--gitmodule-cache
variable is still nil.Beta Was this translation helpful? Give feedback.
All reactions