add straight-emacs

This commit is contained in:
Rongsong Shen 2019-04-07 14:50:58 +08:00
parent 5bee39db4d
commit d80aae3424

View File

@ -16,6 +16,7 @@
;; - ohai-emacs ;; - ohai-emacs
;; - graphene ;; - graphene
;; - prelude ;; - prelude
;; - radian emacs
;; ;;
;;; Code: ;;; Code:
@ -98,7 +99,7 @@
(lambda (dir) (lambda (dir)
(list (list
(concat "git clone https://github.com/syl20bnr/spacemacs.git " dir)))) (concat "git clone https://github.com/syl20bnr/spacemacs.git " dir))))
(straight-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))))))