diff options
author | Thanos Apollo <[email protected]> | 2023-12-09 10:55:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-09 10:57:44 +0200 |
commit | b66d996193c91468c431a91137fe3db70fe93006 (patch) | |
tree | 8d13bc825cc49fe21c35cf599aca16870c0cf95d /.emacs.d/modules/thanos-tools.el | |
parent | ad8b63745d18f0f3c667d1c3f81aa53d80046cf0 (diff) |
emacs:(tools) remap project-magit to "g"
Diffstat (limited to '.emacs.d/modules/thanos-tools.el')
-rw-r--r-- | .emacs.d/modules/thanos-tools.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |