Commit c05e522411ba

Vincent Demeester <vincent@sbr.pm>
2024-08-06 11:27:41
tools/emacs: some comments around run-command*
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 983ce83
Changed files (1)
tools
tools/emacs/config/config-programming.el
@@ -49,6 +49,9 @@
     commands))
 
 ;; TODO github run-command: if remote is github.com, add a gh create pr command
+;; TODO tektoncd run-command: if project is tektoncd
+;; TODO redhat run-command: if it's a redhat project
+;; TODO local run-command: figure out how it works
 
 (use-package run-command
   :bind ("C-c c" . run-command)