1
11
Fork
You've already forked agitjo
0

Add autoload cookie to agitjo-setup #13

Merged
halvin merged 1 commit from puercopop/agitjo-setup-autoload-cookie into main 2026年05月24日 02:31:35 +02:00 AGit
Contributor
Copy link

Otherwise we need to require agitjo explicitly before calling
`agitjo-setup'. i.e.

(with-eval-after-load 'magit
(require 'agitjo) ; ← With the autoload cookie we can skip this call
(agitjo-setup "#"))

Ref: (info "(elisp)Autoload Cookie")

Otherwise we need to require agitjo explicitly before calling `agitjo-setup'. i.e. (with-eval-after-load 'magit (require 'agitjo) ; ← With the autoload cookie we can skip this call (agitjo-setup "#")) Ref: (info "(elisp)Autoload Cookie")
Otherwise we need to require agitjo explicitly before calling
`agitjo-setup'. i.e.
(with-eval-after-load 'magit
 (require 'agitjo) ; ← With the autoload cookie we can skip this call
 (agitjo-setup "#"))
Ref: (info "(elisp)Autoload Cookie")

LGTM, thanks for this!

LGTM, thanks for this!
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
halvin/agitjo!13
Reference in a new issue
halvin/agitjo
No description provided.
Delete branch "puercopop/agitjo-setup-autoload-cookie"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?