From 400faebf40129de3df52ef1d1f6131234b116b91 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 28 Jun 2025 09:52:44 +0200 Subject: [PATCH] Try to get used to `magit-dispatch` This might be a performance improvement when working on Windows, so let's try to get used to it. This will require some muscle memory adjustment, but might be worth it. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 78b3d23..71c02c9 100644 --- a/init.el +++ b/init.el @@ -3139,7 +3139,8 @@ eventuelly be set to nil, however)." (bind-key "" #'project-find-regexp) (bind-key "" #'text-scale-adjust) (bind-key "" #'dictcc) - (bind-key "" #'hydra-org-linking/body) + (bind-key "" #'hydra-org-linking/body) + (bind-key "" #'magit-dispatch) (bind-key "" #'magit-status) (bind-key "C-," #'mc/skip-to-previous-like-this) (bind-key "C-." #'mc/skip-to-next-like-this)