From 7ec267f2bb49ae703c556ccd64125f32e01d3aea Mon Sep 17 00:00:00 2001 From: Wang Chunye Date: Sat, 12 Dec 2020 22:12:12 -0700 Subject: [PATCH] add branch name for shared-clipboard github change the default branch name from master to main --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index ad334a9..6415cff 100644 --- a/init.el +++ b/init.el @@ -313,6 +313,7 @@ (use-package shared-clipboard :straight (shared-clipboard :type git + :branch "main" :host github :repo "wcy123/shared-clipboard") :defer 2