From 33254e3655711c795b96e6822e586f04b6c766a3 Mon Sep 17 00:00:00 2001 From: Rongsong Shen Date: Thu, 4 Apr 2019 22:29:29 +0800 Subject: [PATCH] add straight-emacs --- init/multi-emacs-config.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init/multi-emacs-config.el b/init/multi-emacs-config.el index ac4f848..5b2c282 100644 --- a/init/multi-emacs-config.el +++ b/init/multi-emacs-config.el @@ -97,8 +97,11 @@ (spacemacs . (lambda (dir) (list - (concat "git clone https://github.com/syl20bnr/spacemacs.git " dir)))))) - + (concat "git clone https://github.com/syl20bnr/spacemacs.git " dir)))) + (straight-emacs . + (lambda (dir) + (list + (concat "git clone 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.