diff --git a/init/multi-emacs-config.el b/init/multi-emacs-config.el index 845923d..a81825f 100644 --- a/init/multi-emacs-config.el +++ b/init/multi-emacs-config.el @@ -102,7 +102,11 @@ (radian-emacs . (lambda (dir) (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) "Function to install EMACS startkit. NAME is the name of EMACS startkit.