Indentation fixes in Flymake section

This commit is contained in:
Vedang Manerikar 2024-11-28 14:29:17 +05:30
parent 5cfddd8129
commit 3ee2f8925f
2 changed files with 5 additions and 5 deletions

View file

@ -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))

View file

@ -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