Commit a6d149e8cadc

Vincent Demeester <vincent@sbr.pm>
2025-09-20 23:01:27
tools/emacs: from capture to org-capture
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 49a07f9
Changed files (2)
home
home/common/dev/emacs/capture.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Name=Emacs capture
-Exec=capture
+Exec=org-capture
 Type=Application
 Terminal=false
 Categories=System;
home/common/dev/emacs.nix
@@ -5,7 +5,7 @@
   ...
 }:
 let
-  capture = pkgs.writeScriptBin "capture" ''
+  org-capture = pkgs.writeScriptBin "org-capture" ''
     #!${pkgs.stdenv.shell}
     emacsclient -n -c -F '((name . "capture") (width . 150) (height . 90) (vde/window-popup-frame . t))' -e '(org-capture)'
   '';
@@ -175,7 +175,7 @@ in
     zip
     ugrep
     # See if I can hide this under an option
-    capture
+    org-capture
     # github-copilot-cli # for copilot.el
     nodejs
     ec