Adjust flymake keybinds
This commit is contained in:
parent
84e6fe876c
commit
2fd1ebe111
3
init.el
3
init.el
@ -608,7 +608,7 @@ have been closed."
|
|||||||
:hook
|
:hook
|
||||||
(prog-mode-hook . flymake-mode)
|
(prog-mode-hook . flymake-mode)
|
||||||
:bind
|
:bind
|
||||||
("C-c e" . flymake-show-buffer-diagnostics))
|
("C-c C-e" . flymake-show-buffer-diagnostics))
|
||||||
|
|
||||||
;; ---------------------------------- ;;
|
;; ---------------------------------- ;;
|
||||||
;; frame
|
;; frame
|
||||||
@ -1063,6 +1063,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
|||||||
("M-s l" . consult-line)
|
("M-s l" . consult-line)
|
||||||
("M-s L" . consult-line-multi)
|
("M-s L" . consult-line-multi)
|
||||||
("C-S-s" . consult-line-multi)
|
("C-S-s" . consult-line-multi)
|
||||||
|
("C-c e" . consult-flymake)
|
||||||
("C-x M-b" . consult-buffer-other-window)
|
("C-x M-b" . consult-buffer-other-window)
|
||||||
("<remap> <goto-line>" . consult-goto-line)
|
("<remap> <goto-line>" . consult-goto-line)
|
||||||
("<remap> <isearch-forward>" . consult-line)
|
("<remap> <isearch-forward>" . consult-line)
|
||||||
|
Loading…
Reference in New Issue
Block a user