home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit c05e522411ba298001693beca98299717b1ec3f8
parent 983ce830eaab0e6556bb4654c2259894f819b6b3
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  6 Aug 2024 11:27:41 +0200

tools/emacs: some comments around run-command*

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-programming.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-programming.el b/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)