new approach to el-get added to dotkuso

This commit is contained in:
Sameer Rahmani 2013-09-23 21:47:30 +03:30
parent 0f57adc00d
commit 6b28aff44a
1 changed files with 5 additions and 12 deletions

View File

@ -21,16 +21,9 @@
(toggle-debug-on-error)
(unless (require 'kuso-base nil t)
(message "Installing 'kuso-base' plugin")
(el-get-install 'kuso-base)
)
(setq kuso:el-get-packages
'(kuso-base
kuso-python)
)
(unless (require 'kuso-installer nil t)
(message "Installing 'kuso-installer' plugin")
(el-get-install 'kuso-installer)
(if (boundp 'KUSO-INSTALL-MODE)
(kuso/install-plugins))
)
(el-get 'sync)
(el-get 'sync kuso:el-get-packages)