From b66d996193c91468c431a91137fe3db70fe93006 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 9 Dec 2023 10:55:14 +0200 Subject: emacs:(tools) remap project-magit to "g" --- .emacs.d/modules/thanos-tools.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/modules/thanos-tools.el') diff --git a/.emacs.d/modules/thanos-tools.el b/.emacs.d/modules/thanos-tools.el index 7ad467d..27eb8cb 100644 --- a/.emacs.d/modules/thanos-tools.el +++ b/.emacs.d/modules/thanos-tools.el @@ -107,7 +107,7 @@ (interactive) (magit-status (project-root (project-current t)))) -(define-key project-prefix-map (kbd "s") 'project-magit) +(define-key project-prefix-map (kbd "g") 'project-magit) (setf magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1) -- cgit v1.2.3