You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
пре 10 година
1234567891011121314151617
  1. #!/bin/sh
  2. set -xe
  3. dir="`dirname $0`"
  4. top="$dir"/..
  5. # setup.sh
  6. sh "$top"/setup.sh shrc_common
  7. # shrc
  8. cat <<__EOC__ | sh -si
  9. . "$top"/shrc || exit 1
  10. __EOC__
  11. # emacs
  12. emacs --version
  13. emacs -q --debug-init --batch --eval "(setq debug-on-error t)" --load "$top"/emacs.el --kill