chiark / gitweb /
Merge old CVS `ian-dotfiles' repo, as a subtree where we can pick bits
[ian-dotfiles.git] / from-cvs / files / _.configs_startemacs
diff --git a/from-cvs/files/_.configs_startemacs b/from-cvs/files/_.configs_startemacs
new file mode 100755 (executable)
index 0000000..8a304e4
--- /dev/null
@@ -0,0 +1,21 @@
+#!/bin/bash
+
+echo -n '#'
+
+cd
+eval `cd $HOME && .configs/configure`
+
+emacs -f make-session -geometry 80x60+$(( $pixels_x * 3 - 486 ))+0 &
+
+# if [ "x$chost" = x ]
+# then
+#      emacs -f make-session &
+# else
+#      (cat .configs/setenvir;
+#       echo DISPLAY=$display:0 export DISPLAY
+#       echo echo -n ,
+#       echo emacs -f make-session &
+#       echo echo -n ,) | rsh $chost sh &
+# fi
+
+echo -n '#'