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")