From 30f0d393057e96e7d6b7bd927f2a010f627ea910 Mon Sep 17 00:00:00 2001 From: Troy Hinckley Date: Sat, 17 Aug 2024 22:38:17 -0500 Subject: [PATCH] Fix straight recipe (#36) The recipe is already part of Melpa, so it does not need to be added explicitly. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d9d281..cfb27b7 100644 --- a/README.md +++ b/README.md @@ -162,9 +162,7 @@ installing ### straight ```emacs-lisp -(straight-use-package '(rustic - :repo "emacs-rustic/rustic" - :fetcher github)) +(straight-use-package 'rustic) ``` ## remote