diff --git a/unravel-emacs.org b/unravel-emacs.org index 1b193e5..126f62c 100644 --- a/unravel-emacs.org +++ b/unravel-emacs.org @@ -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)) diff --git a/unravel-modules/unravel-langs.el b/unravel-modules/unravel-langs.el index 7097dec..5fdff65 100644 --- a/unravel-modules/unravel-langs.el +++ b/unravel-modules/unravel-langs.el @@ -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