Skip to content

Commit 6db9bfb

Browse files
committed
Update README.md
1 parent 73010dd commit 6db9bfb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ To install `bufferwizard` with `straight.el`:
1818
2. Add the following code to the Emacs init file:
1919
```emacs-lisp
2020
(use-package bufferwizard
21-
:ensure t
2221
:straight (bufferwizard
2322
:type git
2423
:host github
@@ -31,7 +30,6 @@ To install `bufferwizard` with `use-package` and `:vc` (Emacs >= 30):
3130

3231
``` emacs-lisp
3332
(use-package bufferwizard
34-
:ensure t
3533
:vc (:url "https://github.com/jamescherti/bufferwizard.el"
3634
:rev :newest))
3735
```

0 commit comments

Comments
 (0)