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.
This commit is contained in:
Adam Porter 2021-08-12 06:44:21 -05:00
parent 6c490fcbc6
commit 286ad502f6

View file

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