Commit 1cfddc8476f0

Vincent Demeester <vincent@sbr.pm>
2024-07-16 14:44:58
tools/emacs: small *programming* things
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8358008
Changed files (2)
tools/emacs/config/config-programming.el
@@ -48,10 +48,11 @@
       (setq pos (match-end 0)))
     commands))
 
+;; TODO github run-command: if remote is github.com, add a gh create pr command
+
 (use-package run-command
   :bind ("C-c c" . run-command)
   :config
-  ;; TODO (defun run-command-recipe-make ())
   (defun run-command-recipe-make()
     "Returns a dynamic list of commands based of a Makefile.
 
tools/emacs/config/programming-config.el
@@ -38,6 +38,7 @@
 (use-package flymake
   :defer t
   :bind
+  (("C-c f e" . flymake-show-project-diagnostics))
   (:map flymake-mode-map
         ("M-n" . flymake-goto-next-error)
         ("M-p" . flymake-goto-prev-error))