Skip to content

Commit

Permalink
tweak: defer forge & code-review
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 9, 2023
1 parent 921ee7f commit 4afad72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/me-vc.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
(use-package forge
:straight t
:after magit
:demand t
:preface
;; Keybindings will be overriten by `evil-collection'
(setq forge-add-default-bindings nil)
Expand Down Expand Up @@ -73,7 +72,6 @@
(use-package code-review
:straight (:host github :repo "phelrine/code-review" :branch "fix/closql-update")
:after magit
:demand t
:custom
(code-review-download-dir (concat minemacs-cache-dir "code-review/"))
(code-review-db-database-file (concat minemacs-local-dir "code-review/database.sqlite"))
Expand Down

0 comments on commit 4afad72

Please sign in to comment.