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)