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