Commit ae0c741e7d59

Vincent Demeester <vincent@sbr.pm>
2025-04-08 16:55:56
tools/emacs: bing vde/project-eat
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent ec2bad6
Changed files (2)
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")