We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73010dd commit 6db9bfbCopy full SHA for 6db9bfb
1 file changed
README.md
@@ -18,7 +18,6 @@ To install `bufferwizard` with `straight.el`:
18
2. Add the following code to the Emacs init file:
19
```emacs-lisp
20
(use-package bufferwizard
21
- :ensure t
22
:straight (bufferwizard
23
:type git
24
:host github
@@ -31,7 +30,6 @@ To install `bufferwizard` with `use-package` and `:vc` (Emacs >= 30):
31
30
32
``` emacs-lisp
33
34
35
:vc (:url "https://github.com/jamescherti/bufferwizard.el"
36
:rev :newest))
37
```
0 commit comments