From 286ad502f6457f557727c2f3c28e8ae3ce15bc73 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 12 Aug 2021 06:44:21 -0500 Subject: [PATCH] Docs: Remove straight.el instructions I don't use it myself, and these were apparently wrong, anyway. Users who use Straight should know what to do according to its documentation. --- README.org | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/README.org b/README.org index 29792aa..54ddba5 100644 --- a/README.org +++ b/README.org @@ -67,20 +67,6 @@ The recommended way to install is with [[https://github.com/quelpa/quelpa-use-pa :quelpa (ement :fetcher github :repo "alphapapa/ement.el")) #+END_SRC -** Straight - -Using [[https://github.com/raxod502/straight.el][Straight]], it's also very simple: - -#+BEGIN_SRC elisp - ;; Install `plz' HTTP library (not on MELPA yet). - (use-package plz - :straight (plz :fetcher github :repo "alphapapa/plz.el")) - - ;; Install Ement. - (use-package ement - :straight (ement :fetcher github :repo "alphapapa/ement.el")) -#+END_SRC - ** Manual If you want to install it manually, it's simple enough, but you should know what you're doing, and you're on your own.