diff options
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) |