Skip to content

Commit

Permalink
Require magit - not sure on this one
Browse files Browse the repository at this point in the history
Since the only reference is inside of a hook, and only as a default value, do we
actually require this?  It's going to usually succeed at runtime.  I can add the
requirement to the test.  I do anticipate doing more magit integration in the
future, such as jumping to tests form magit buffers (should just work actually)

Anyway.  Everyone has it.  No harm, no foul.

Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Oct 29, 2023
1 parent 2529d79 commit a73c632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/erk.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
(require 'finder)
(require 'license-templates)
(require 'lisp-mnt)
(require 'magit)
(require 'project)
(require 'vc)
(require 'org)
Expand Down

0 comments on commit a73c632

Please sign in to comment.