Skip to content

Commit

Permalink
fix(repo): use my fork until it gets merged upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jan 17, 2024
1 parent e8338bc commit fb9363b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,13 @@
:mode ("/.dockerignore\\'" . gitignore-mode))

(use-package repo
:straight t
;; TEMP: Use my fork until my PR gets merged upstream
:straight (:host github :repo "abougouffa/repo-el")
:when (executable-find "repo")
:init
(+map! "gr" #'repo-status))
(+map!
"gr" '(nil :wk "repo")
"grg" #'repo-status))

(use-package gee
:straight (:host bitbucket :repo "olanilsson/gee"))
Expand Down

0 comments on commit fb9363b

Please sign in to comment.