branch: elpa/projectile
commit 2c948f3a8ed378ae5fd800d2c66aece06ba058b8
Author: Derek Passen <dpass...@gmail.com>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Add vterm to the menu
---
 projectile.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/projectile.el b/projectile.el
index 1e987c9b56..b5f3bae13a 100644
--- a/projectile.el
+++ b/projectile.el
@@ -5589,6 +5589,7 @@ thing shown in the mode line otherwise."
          ["Run eshell" projectile-run-eshell]
          ["Run ielm" projectile-run-ielm]
          ["Run term" projectile-run-term]
+         ["Run vterm" projectile-run-vterm]
          "--"
          ["Run GDB" projectile-run-gdb])
         ("Build"

Reply via email to