chore(straight): Switch to SSH protocol for personal forks

This commit is contained in:
User
2026-07-11 18:59:32 +08:00
parent 58e01139b5
commit 03fa5bbfd4
6 changed files with 14 additions and 11 deletions

View File

@@ -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))