chiark / gitweb /
emacs: inhibit-startup-screen
[ian-dotfiles.git] / dot / configs / startemacs
1 #!/bin/bash
2
3 echo -n '#'
4
5 cd
6 eval `cd $HOME && .configs/configure`
7
8 emacs -f make-session -geometry 80x60+$(( $pixels_x * 3 - 486 ))+0 &
9
10 # if [ "x$chost" = x ]
11 # then
12 #       emacs -f make-session &
13 # else
14 #       (cat .configs/setenvir;
15 #        echo DISPLAY=$display:0 export DISPLAY
16 #        echo echo -n ,
17 #        echo emacs -f make-session &
18 #        echo echo -n ,) | rsh $chost sh &
19 # fi
20
21 echo -n '#'