mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
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:
parent
20a725012b
commit
c8c36192c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue