doom emacs using straight.el

This commit is contained in:
Rongsong Shen 2019-04-13 22:38:17 +08:00
parent d80aae3424
commit f784632678

View File

@ -102,7 +102,11 @@
(radian-emacs . (radian-emacs .
(lambda (dir) (lambda (dir)
(list (list
(concat "git clone -b radian https://github.com/shen390s/straight-emacs.git " dir)))))) (concat "git clone -b radian https://github.com/shen390s/straight-emacs.git " dir))))
(hell-emacs .
(lambda (dir)
(list
(concat "git clone -b doom-emacs https://github.com/shen390s/straight-emacs.git " dir))))))
(defun install-emacs-startkit (name location) (defun install-emacs-startkit (name location)
"Function to install EMACS startkit. NAME is the name of EMACS startkit. "Function to install EMACS startkit. NAME is the name of EMACS startkit.