Commit 148c16f2edff

Vincent Demeester <vincent@sbr.pm>
2026-06-29 11:42:14
fix(emacs): use 't' key for ghostel in project menu
Changed project switch menu key from G to t for consistency with C-x p t keybinding.
1 parent 6fc13c1
Changed files (1)
dots
config
emacs
dots/config/emacs/init.el
@@ -918,7 +918,7 @@ minibuffer, even without explicitly focusing it."
 			     (?e "Eshell" project-eshell)
 			     (?E "Eat" vde/project-eat)
 			     (?s "Vterm" vde/project-vterm)
-			     (?G "Ghostel" vde/project-ghostel)
+			     (?t "Ghostel" vde/project-ghostel)
 			     (?R "README" vde/open-readme)
 			     (?g "Checkout GitHub PR" checkout-github-pr)))
   (project-mode-line t)