emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/bufferlo 8176cba622: Update README


From: ELPA Syncer
Subject: [elpa] externals/bufferlo 8176cba622: Update README
Date: Sun, 5 Nov 2023 18:57:26 -0500 (EST)

branch: externals/bufferlo
commit 8176cba622f66be37a010688d7ffb8cbe0add6b1
Author: Florian Rommel <mail@florommel.de>
Commit: Florian Rommel <mail@florommel.de>

    Update README
---
 README.org | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/README.org b/README.org
index 7d21c8aa7f..5bc56c691c 100644
--- a/README.org
+++ b/README.org
@@ -30,20 +30,16 @@ workspace persistence).  They work quite differently than 
bufferlo.
 
 * Installation
 
-Put ~bufferlo.el~ in your load path and require it in your init file:
-#+BEGIN_SRC emacs-lisp
-(require 'bufferlo)
-#+END_SRC
-
-Enable ~bufferlo-mode~ in your init file:
+Bufferlo is available in [[https://elpa.gnu.org/packages/bufferlo.html][GNU 
ELPA]].
+Install it via ~package-install~ and enable ~bufferlo-mode~:
 #+BEGIN_SRC emacs-lisp
 (bufferlo-mode 1)
 #+END_SRC
 
-Or use use-package:
+Or use ~use-package~:
 #+BEGIN_SRC emacs-lisp
 (use-package bufferlo
- :load-path "path/bufferlo"
+ :ensure t
  :config
  (bufferlo-mode 1))
 #+END_SRC



reply via email to

[Prev in Thread] Current Thread [Next in Thread]