Browse Source

Fixed capture script

Samuel W. Flint 9 năm trước cách đây
mục cha
commit
28ff7a8cb9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      emacs-capture

+ 1 - 1
emacs-capture

@@ -1,4 +1,4 @@
 #!/bin/zsh
 # my-init.org [[nil][start-capture]]
-emacsclient -c --eval "(org-capture-in-new-frame)"
+emacsclient "org-protocol://capture://${1}"
 # End my-init.org [[nil][start-capture]]