Fix environment command in LaTeX-mode
This commit is contained in:
parent
d77e600000
commit
6ce7d9aaed
4
init.el
4
init.el
@ -1008,10 +1008,10 @@ With PROJECT, give diagnostics for all buffers in the current project."
|
|||||||
:state (consult--jump-state)))
|
:state (consult--jump-state)))
|
||||||
(with-eval-after-load 'flymake
|
(with-eval-after-load 'flymake
|
||||||
(define-key flymake-mode-map (kbd "C-c e") 'my/diagnostic-at-point)
|
(define-key flymake-mode-map (kbd "C-c e") 'my/diagnostic-at-point)
|
||||||
(define-key flymake-mode-map (kbd "C-c C-e") 'my/consult-flymake-flycheck))
|
(define-key flymake-mode-map (kbd "C-c E") 'my/consult-flymake-flycheck))
|
||||||
(with-eval-after-load 'flycheck
|
(with-eval-after-load 'flycheck
|
||||||
(define-key flycheck-mode-map (kbd "C-c e") 'my/diagnostic-at-point)
|
(define-key flycheck-mode-map (kbd "C-c e") 'my/diagnostic-at-point)
|
||||||
(define-key flycheck-mode-map (kbd "C-c C-e") 'my/consult-flymake-flycheck))
|
(define-key flycheck-mode-map (kbd "C-c E") 'my/consult-flymake-flycheck))
|
||||||
(with-eval-after-load 'jinx
|
(with-eval-after-load 'jinx
|
||||||
(define-key jinx-mode-map (kbd "C-c e") 'my/diagnostic-at-point))
|
(define-key jinx-mode-map (kbd "C-c e") 'my/diagnostic-at-point))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user