|
@@ -1,5 +1,5 @@
|
|
#!/bin/zsh
|
|
#!/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`
|
|
programname=`basename $0`
|
|
|
|
|
|
if [ $# -eq 0 ] ;
|
|
if [ $# -eq 0 ] ;
|
|
@@ -9,4 +9,4 @@ then
|
|
fi
|
|
fi
|
|
|
|
|
|
emacsclient --alternate-editor="" -n $@
|
|
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]]
|