Fix some magit stuff I seem to have broken
This commit is contained in:
parent
8112f6b1dc
commit
00bdf1e8eb
6
init.el
6
init.el
@ -1359,8 +1359,8 @@ With PROJECT, give diagnostics for all buffers in the current project."
|
|||||||
(interactive "P")
|
(interactive "P")
|
||||||
(consult--read
|
(consult--read
|
||||||
(consult--with-increased-gc
|
(consult--with-increased-gc
|
||||||
(my/consult-flymake-flycheck-candidates
|
(my/consult-flymake-flycheck-candidates
|
||||||
(and project (project-current))))
|
(and project (project-current))))
|
||||||
:prompt "Error: "
|
:prompt "Error: "
|
||||||
:category 'flymake-flycheck-error
|
:category 'flymake-flycheck-error
|
||||||
:history t
|
:history t
|
||||||
@ -2966,7 +2966,7 @@ ARG is the same as for either of the above functions."
|
|||||||
"b" #'magit-blame)
|
"b" #'magit-blame)
|
||||||
(keymap-global-set "C-c i" my/magit-personal-prefix-map)
|
(keymap-global-set "C-c i" my/magit-personal-prefix-map)
|
||||||
(evil-define-key '(normal visual motion) magit-mode-map
|
(evil-define-key '(normal visual motion) magit-mode-map
|
||||||
"s" #'magit-stage-file
|
"s" #'magit-stage
|
||||||
"S" #'magit-stage-modified))
|
"S" #'magit-stage-modified))
|
||||||
(use-package forge
|
(use-package forge
|
||||||
:custom
|
:custom
|
||||||
|
Loading…
x
Reference in New Issue
Block a user