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

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

[elpa] externals/valign a0ff453 03/11: * README.org (Install with quelpa


From: Stefan Monnier
Subject: [elpa] externals/valign a0ff453 03/11: * README.org (Install with quelpa): Update Install instruction.
Date: Thu, 28 Jan 2021 00:10:23 -0500 (EST)

branch: externals/valign
commit a0ff4530af54622b05683ea2f31389a19ce078c4
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    * README.org (Install with quelpa): Update Install instruction.
---
 README.org | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/README.org b/README.org
index 772c0b7..98280f8 100644
--- a/README.org
+++ b/README.org
@@ -19,17 +19,14 @@ To use this package, load it and add ~valign-mode~ to 
~org-mode-hook~ or ~markdo
 
 For table.el tables to work with valign, each cell has to have at least one 
space on the right and no space on the left.  You can use 
[[https://github.com/casouri/ftable][ftable.el]] to auto-layout the table for 
you.
 
-* Install with quelpa
+* Install
 
-Firmin Martin kindly provided this snippet:
-#+begin_src emacs-lisp
-(use-package valign
-  :quelpa (valign :fetcher github :repo "casouri/valign")
-  :ensure t
-  :config
-  (add-hook 'org-mode-hook #'valign-mode))
+You can obtain valign.el from GNU ELPA by typing:
+#+begin_src 
+M-x package-install RET valign RET
 #+end_src
 
+
 * Customization
 Set ~valign-fancy-bar~ to ~non-nil~:
 



reply via email to

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