chore(straight): Switch to SSH protocol for personal forks
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
;; dirvish
|
||||
(use-package dirvish
|
||||
:straight
|
||||
'(dirvish :fork (:host github :repo "latiagertrutis/dirvish"))
|
||||
(dirvish :fork (:host github :repo "latiagertrutis/dirvish"))
|
||||
:init
|
||||
(dirvish-override-dired-mode)
|
||||
:config
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
|
||||
;; straight.el
|
||||
|
||||
;; 使用ssh
|
||||
(setq straight-vc-git-default-protocol 'ssh)
|
||||
|
||||
(defvar bootstrap-version)
|
||||
(let ((bootstrap-file
|
||||
(expand-file-name
|
||||
|
||||
@@ -122,7 +122,7 @@ explanations, no quotes, no punctuation, no file extension."
|
||||
|
||||
(use-package gptel-magit
|
||||
:straight
|
||||
'(gptel-magit :fork (:host github :repo "ArthurHeymans/gptel-magit"))
|
||||
(gptel-magit :fork (:host github :repo "ArthurHeymans/gptel-magit"))
|
||||
:hook
|
||||
(magit-mode . gptel-magit-install)
|
||||
:init
|
||||
|
||||
@@ -97,9 +97,11 @@
|
||||
|
||||
;; denote-lint
|
||||
(use-package denote-lint
|
||||
:straight '(denote-lint :type git
|
||||
:host github
|
||||
:repo "Andsy10/denote-lint")
|
||||
:straight
|
||||
(denote-lint :type git
|
||||
:host github
|
||||
:repo "Andsy10/denote-lint"
|
||||
:protocol ssh)
|
||||
:config
|
||||
(setq org-link-elisp-confirm-function nil))
|
||||
|
||||
|
||||
@@ -78,7 +78,8 @@ _a_ : all dwim
|
||||
(consult-jinx
|
||||
:type git
|
||||
:host github
|
||||
:repo "Andsy10/consult-jinx")))
|
||||
:repo "Andsy10/consult-jinx"
|
||||
:protocol ssh)))
|
||||
|
||||
;; eat,终端
|
||||
(unless *is-windows*
|
||||
@@ -162,7 +163,8 @@ _a_ : all dwim
|
||||
:straight
|
||||
(project-ibuffer :type git
|
||||
:host github
|
||||
:repo "Andsy10/project-ibuffer"))
|
||||
:repo "Andsy10/project-ibuffer"
|
||||
:protocol ssh))
|
||||
|
||||
;; emms
|
||||
(use-package emms
|
||||
|
||||
@@ -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