add straight-emacs
This commit is contained in:
parent
5bee39db4d
commit
d80aae3424
@ -16,6 +16,7 @@
|
|||||||
;; - ohai-emacs
|
;; - ohai-emacs
|
||||||
;; - graphene
|
;; - graphene
|
||||||
;; - prelude
|
;; - prelude
|
||||||
|
;; - radian emacs
|
||||||
;;
|
;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
@ -98,10 +99,10 @@
|
|||||||
(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))))))
|
||||||
|
|
||||||
(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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user