Replies: 1 comment
-
|
Yeah, this seems strange. I've just removed it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At least the loading step, I don't think the above code block in
with-editor's source is necessary, we already havedeclare-functionanddefvarcalls below to suppress compilation warning.By getting rid of it, we can prevent problems like #85 from appearing from the first place.
Also under some circumstances when I have
global-git-commit-modehooked viafind-file-hook(which pullswith-editor), opening a file with Emacs will immediately loads those 4 packages, which slows down the startup process significantly.Beta Was this translation helpful? Give feedback.
All reactions