chore(straight): Switch to SSH protocol for personal forks
This commit is contained in:
@@ -13,7 +13,9 @@
|
||||
;; 安装solarized dark
|
||||
(use-package solarized-theme
|
||||
:straight
|
||||
'(solarized-emacs :fork (:host github :repo "Andsy10/solarized-emacs"))
|
||||
(solarized-emacs
|
||||
:fork
|
||||
(:type git :host github :repo "Andsy10/solarized-emacs" :protocol ssh))
|
||||
:init
|
||||
;; 把主题加载延迟到frame创建之后,防止daemon模式下宏不能正常展开
|
||||
(if (and (daemonp) (not *is-android*))
|
||||
|
||||
Reference in New Issue
Block a user