Update arguments to avoid loading an init file (makes it easier for me

to test using a 'vanilla' emacs environment).
This commit is contained in:
millejoh 2014-05-10 12:57:48 -05:00
parent 20a725012b
commit c8c36192c3

View file

@ -1,5 +1,5 @@
#! /bin/sh
":"; exec ${EMACS:-emacs} -Q -l "$0" "$@" # -*-emacs-lisp-*-
":"; exec ${EMACS:-emacs} --no-init -Q -l "$0" "$@" # -*-emacs-lisp-*-
;;; zeroein.el --- Zero setup Emacs IPython Notebook client
;; Copyright (C) 2012- Takafumi Arakaki