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

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

[nongnu] elpa/lua-mode 0cf8000 387/468: add lua-indent-close-paren-align


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 0cf8000 387/468: add lua-indent-close-paren-align to README.md
Date: Thu, 5 Aug 2021 04:59:14 -0400 (EDT)

branch: elpa/lua-mode
commit 0cf8000bdaf5b98926d33ada531dfcb37e516220
Author: edam <tim@ed.am>
Commit: edam <tim@ed.am>

    add lua-indent-close-paren-align to README.md
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 536d482..1faec34 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ The following variables are available for customization (see 
more via `M-x custo
 - Var `lua-indent-level` (default `3`): indentation offset in spaces
 - Var `lua-indent-string-contents` (default `nil`): set to `t` if you like to 
have contents of multiline strings to be indented like comments
 - Var `lua-indent-nested-block-content-align` (default `t`) set to `nil` to 
stop aligning the content of nested blocks with the open parenthesis
+- Var `lua-indent-close-paren-align` (defaut `t`) set to `t` to align close 
parenthesis with the open parenthesis rather than with the beginning of the line
 - Var `lua-mode-hook`: list of functions to execute when lua-mode is 
initialized
 - Var `lua-documentation-url` (default 
`"http://www.lua.org/manual/5.1/manual.html#pdf-"`): base URL for documentation 
lookup
 - Var `lua-documentation-function` (default `browse-url`): function used to 
show documentation (`eww` is a viable alternative for Emacs 25)



reply via email to

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