Commit ae0c741e7d59
Changed files (2)
tools
emacs
config
tools/emacs/config/config-projects.el
@@ -22,6 +22,7 @@
:bind (("C-x p v" . vde-project-magit-status)
("C-x p s" . vde/project-vterm)
("C-x p X" . vde/project-run-in-vterm)
+ ("C-x p E" . vde/project-eat)
("C-x p G" . checkout-github-pr))
:init
(require project-rootfile)
tools/emacs/config/config-vcs.el
@@ -319,7 +319,6 @@ Otherwise, open the repository's main page."
:bind
("C-x v /" . consult-vc-modified-files))
-
(use-package pr-review
:custom
(pr-review-ghub-host "api.github.com")