From 00bdf1e8eb8fa057b85ad97db4a19dca6c48d47e Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Thu, 17 Apr 2025 23:51:39 +0900 Subject: [PATCH] Fix some magit stuff I seem to have broken --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 853ca6c..bc1faf7 100644 --- a/init.el +++ b/init.el @@ -1359,8 +1359,8 @@ With PROJECT, give diagnostics for all buffers in the current project." (interactive "P") (consult--read (consult--with-increased-gc - (my/consult-flymake-flycheck-candidates - (and project (project-current)))) + (my/consult-flymake-flycheck-candidates + (and project (project-current)))) :prompt "Error: " :category 'flymake-flycheck-error :history t @@ -2966,7 +2966,7 @@ ARG is the same as for either of the above functions." "b" #'magit-blame) (keymap-global-set "C-c i" my/magit-personal-prefix-map) (evil-define-key '(normal visual motion) magit-mode-map - "s" #'magit-stage-file + "s" #'magit-stage "S" #'magit-stage-modified)) (use-package forge :custom