瀏覽代碼

Updated tangle spec

Samuel W. Flint 7 年之前
父節點
當前提交
6ae6ce8802
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 2 2
      eaf
  2. 2 2
      eframe
  3. 2 2
      email

+ 2 - 2
eaf

@@ -1,5 +1,5 @@
 #!/bin/zsh
-# my-init.org [[id:../.emacs.d/7c27f949-fae8-4343-b528-f7d539a8e9ec][add-file-to-current-session]]
+# my-init.org [[id:7c27f949-fae8-4343-b528-f7d539a8e9ec][add-file-to-current-session]]
 programname=`basename $0`
 
 if [ $# -eq 0 ] ;
@@ -9,4 +9,4 @@ then
 fi
 
 emacsclient --alternate-editor="" -n $@
-# End my-init.org [[id:../.emacs.d/7c27f949-fae8-4343-b528-f7d539a8e9ec][add-file-to-current-session]]
+# End my-init.org [[id:7c27f949-fae8-4343-b528-f7d539a8e9ec][add-file-to-current-session]]

+ 2 - 2
eframe

@@ -1,4 +1,4 @@
 #!/bin/zsh
-# my-init.org [[id:../.emacs.d/89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]
+# my-init.org [[id:89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]
 emacsclient --eval "(make-frame-command)" $@
-# End my-init.org [[id:../.emacs.d/89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]
+# End my-init.org [[id:89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]

+ 2 - 2
email

@@ -1,4 +1,4 @@
 #!/bin/zsh
-# my-init.org [[id:../.emacs.d/bbf8a15e-c295-4829-9770-05475bdebc83][send-email-with-emacs]]
+# my-init.org [[id:bbf8a15e-c295-4829-9770-05475bdebc83][send-email-with-emacs]]
 emacsclient -c --eval "(browse-url-mail \"$1\")"
-# End my-init.org [[id:../.emacs.d/bbf8a15e-c295-4829-9770-05475bdebc83][send-email-with-emacs]]
+# End my-init.org [[id:bbf8a15e-c295-4829-9770-05475bdebc83][send-email-with-emacs]]