mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Call "git submodule update" from zeroein.el
This commit is contained in:
parent
1415ee3ec0
commit
3008026ea6
1 changed files with 13 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'cl))
|
||||
|
||||
|
||||
;;; Utilities
|
||||
|
||||
|
@ -48,6 +50,17 @@
|
|||
'("nxhtml" "markdown-mode" "websocket" "python"
|
||||
"auto-complete" "popup" "fuzzy" "pos-tip" "smartrep"))
|
||||
|
||||
|
||||
;;; Install dependencies
|
||||
|
||||
(unless (loop for path in zeroein:dependencies
|
||||
unless (file-exists-p (zeroein:path "lib" path))
|
||||
return nil
|
||||
finally return t)
|
||||
(call-process "git" nil (get-buffer "*Messages*") nil
|
||||
"submodule" "update" "--init"))
|
||||
|
||||
|
||||
|
||||
;;; `load-path' configurations
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue