mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Better dependency handling in zeroein.el
This commit is contained in:
parent
7f27bcb98a
commit
c102a5a7a9
1 changed files with 5 additions and 1 deletions
|
@ -47,9 +47,13 @@
|
|||
(concat zeroein:root-dir p)))
|
||||
|
||||
(defvar zeroein:dependencies
|
||||
'("nxhtml" "markdown-mode" "websocket" "python"
|
||||
'("nxhtml" "markdown-mode" "websocket"
|
||||
"auto-complete" "popup" "fuzzy" "pos-tip" "smartrep"))
|
||||
|
||||
;; Loading the new python.el fails in Emacs 23.
|
||||
(when (>= emacs-major-version 24)
|
||||
(add-to-list 'zeroein:dependencies "python"))
|
||||
|
||||
|
||||
;;; Install dependencies
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue