From 826468d54d88611e3e02c2906836990a11478edc Mon Sep 17 00:00:00 2001 From: qvalentin Date: Mon, 11 Oct 2021 19:01:07 +0200 Subject: [PATCH] update doom shortcuts --- .config/xmonad | 2 +- .doom.d/config.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/xmonad b/.config/xmonad index 995541b..554ddd3 160000 --- a/.config/xmonad +++ b/.config/xmonad @@ -1 +1 @@ -Subproject commit 995541b03d5bb2c4b5fcd5cfea20dab5d6bf01f3 +Subproject commit 554ddd36b403feaf0c5fa53c42ae5e2474e6921f diff --git a/.doom.d/config.el b/.doom.d/config.el index 7e10233..de26b42 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -70,5 +70,5 @@ "g p" #'magit-pull-from-upstream) (map! :leader - :desc "Magit Pull" - "g P" #'magit-pull) + :desc "Magit Push" + "g P" #'magit-push-current-to-pushremote)