-
-
Save AmirHooshangi/0c2e2577b04451bf8202 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(add-to-list 'load-path "/opt/KusoIDE/kuso.d") | |
(setq developer-name "Amir Hooshangi") | |
(setq developer-email "[email protected]") | |
(setq kuso-workspace "~/kuso-workspace/") | |
(setq el-get-dir "/opt/KusoIDE/kuso.d/") | |
(setq el-get-git-install-url "http://github.com/KusoIDE/el-get.git") | |
(add-to-list 'load-path "/opt/KusoIDE/kuso.d/el-get/") | |
(unless (require 'el-get nil t) | |
(with-current-buffer | |
(url-retrieve-synchronously | |
"https://raw.github.com/KusoIDE/el-get/master/el-get-install.el") | |
(let (el-get-master-branch) | |
(goto-char (point-max)) | |
(eval-print-last-sexp)) | |
) | |
) | |
;; Uncomment this line if you want to debug an error | |
;; (toggle-debug-on-error) | |
(setq kuso:el-get-packages | |
'(kuso-base | |
kuso-ruby kuso-web | |
) | |
) | |
(el-get 'sync kuso:el-get-packages) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment