Commit ef4ff5784ced

Vincent Demeester <vincent@sbr.pm>
2025-03-18 20:25:16
tools/emacs: add consult-flymake configuration/binding
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 777bc66
Changed files (1)
tools
tools/emacs/config/programming-config.el
@@ -40,6 +40,14 @@
 ;;   :after yaml-ts-mode
 ;;   :hook (yaml-ts-mode . yaml-pro-ts-mode))
 
+(use-package consult-flymake
+  :after (consult)
+  :bind
+  ("M-s M-d" . consult-flymake)
+  :config
+  (general-leader
+    "sd" #'(consult-flymake :which-key "Flymake diagnostics")))
+
 (use-package flymake-yamllint
   :after yaml-ts-mode
   :hook