File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ over time and preferred services can easily be configured.
15
15
* Table of Contents
16
16
- [[#webpasteel----paste-text-to-pastebin-like-services][Webpaste.el -- Paste text to pastebin-like services]]
17
17
- [[#installation][Installation]]
18
- - [[#the-lazy-way-using-use-package][The lazy way (Using use-package)]]
18
+ - [[#the-interactive-way][The interactive way]]
19
+ - [[#a-declarative-way-using-use-package][A declarative way (Using use-package)]]
19
20
- [[#configuration][Configuration]]
20
21
- [[#choosing-providers--provider-priority][Choosing providers / provider priority]]
21
22
- [[#only-paste-plaintext-pastes][Only paste plaintext pastes]]
@@ -30,7 +31,18 @@ over time and preferred services can easily be configured.
30
31
- [[#providers-to-implement-710][Providers to implement]]
31
32
32
33
* Installation
33
- ** The lazy way (Using [[https://github.com/jwiegley/use-package][use-package]])
34
+ The package is available on [[https://elpa.nongnu.org/][NonGNU ELPA]], which is part of the default set of
35
+ repositories starting in Emacs 28. For information on how to add this
36
+ repository if you're on an older Emacs, check the [[https://elpa.nongnu.org/][NonGNU ELPA]] instructions.
37
+
38
+ ** The interactive way
39
+ You can install ~webpaste~ using the interactive ~package-install~ command
40
+ like the following:
41
+ #+BEGIN_CODE
42
+ M-x package-install RET webpaste RET
43
+ #+END_CODE
44
+
45
+ ** A declarative way (Using [[https://github.com/jwiegley/use-package][use-package]])
34
46
This requires that you have [[https://github.com/jwiegley/use-package][use-package]] set up. But it's in my opinion the
35
47
easiest way to install and configure packages.
36
48
You can’t perform that action at this time.
0 commit comments