diff --git a/modules/emacs/init.el b/modules/emacs/init.el index 6e1143c9..c4fe1cfa 100644 --- a/modules/emacs/init.el +++ b/modules/emacs/init.el @@ -169,7 +169,8 @@ "pp" '(projectile-switch-project :which-key "switch") "pr" '(projectile-replace :which-key "replace") "ps" '(projectile-ripgrep :which-key "search") - "p!" '(projectile-run-shell-command-in-root :which-key "shell") + "p!" '(projectile-run-shell-command-in-root :which-key "command") + "pt" '(projectile-run-term :which-key "term") ) )