branch: elpa/gnu-indent commit 9a96cbbdc68415a928f6ac3a5f6d5c764ea97771 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@disroot.org>
Add installation instructions --- README.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.org b/README.org index 94447a5d1b..66055a4d18 100644 --- a/README.org +++ b/README.org @@ -9,6 +9,22 @@ of point. GNU Indent supports C, C++ is also partially supported. +* Installation + +* Package + +Add MELPA to ~package-archives~ then =M-x package-install RET gnu-indent=. + +* Quelpa + +Do =M-x quelpa RET gnu-indent=, Quelpa should get the recipe from MELPA and +install it. + +* Straight.el + +Put this in ~(straight-use-package 'gnu-indent)~ your init file, +Straight.el should get the recipe from MELPA and install it. + * Commands - ~gnu-indent-mode~ :: Toggle auto reindentation on save.