From 47c7ac69efab30b12784a3948c1f7605b8493775 Mon Sep 17 00:00:00 2001 From: David Florness Date: Thu, 26 Sep 2019 18:55:19 -0600 Subject: [PATCH] Fix straight's names for the help+ packages --- init.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 2723e6b..5ac202d 100644 --- a/init.el +++ b/init.el @@ -65,9 +65,12 @@ (use-package ag) -(use-package help+) -(use-package help-fns+) -(use-package help-mode+) +(use-package help+ + :straight help-plus) +(use-package help-fns+ + :straight help-fns-plus) +(use-package help-mode+ + :straight help-mode-plus) (use-package scribble -- 2.38.4