Indentation fixes in Flymake section
This commit is contained in:
parent
5cfddd8129
commit
3ee2f8925f
2 changed files with 5 additions and 5 deletions
|
@ -4412,9 +4412,9 @@ of packaging. I use it whenever I work on my numerous Emacs packages.
|
|||
(use-package flymake
|
||||
:ensure nil
|
||||
:bind
|
||||
(:map flymake-mode-map
|
||||
( :map flymake-mode-map
|
||||
("C-c ! s" . flymake-start)
|
||||
("C-c ! l" . flymake-show-buffer-diagnostics) ; Emacs28
|
||||
("C-c ! l" . flymake-show-buffer-diagnostics) ; Emacs28
|
||||
("C-c ! L" . flymake-show-project-diagnostics) ; Emacs28
|
||||
("C-c ! n" . flymake-goto-next-error)
|
||||
("C-c ! p" . flymake-goto-prev-error))
|
||||
|
|
|
@ -76,10 +76,10 @@
|
|||
(use-package flymake
|
||||
:ensure nil
|
||||
:bind
|
||||
(:map flymake-mode-map
|
||||
( :map flymake-mode-map
|
||||
("C-c ! s" . flymake-start)
|
||||
("C-c ! l" . flymake-show-buffer-diagnostics) ; Emacs28
|
||||
("C-c ! L" . flymake-show-project-diagnostics) ; Emacs28
|
||||
("C-c ! l" . flymake-show-buffer-diagnostics) ; Emacs28
|
||||
("C-c ! L" . flymake-show-project-diagnostics) ; Emacs28
|
||||
("C-c ! n" . flymake-goto-next-error)
|
||||
("C-c ! p" . flymake-goto-prev-error))
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue