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

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

[nongnu] elpa/nix-mode 32929d9aed 024/500: Indent relative for string


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode 32929d9aed 024/500: Indent relative for string
Date: Sat, 29 Jan 2022 08:26:32 -0500 (EST)

branch: elpa/nix-mode
commit 32929d9aeddc42264049b5d030f9a9c9a6b53565
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>

    Indent relative for string
---
 nix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 07996b98fd..1a58089713 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -166,7 +166,7 @@ If a close brace `}' ends an antiquote, the next character 
begins a string."
   (interactive)
   (cond
    ;; string
-   ((nth 3 (syntax-ppss)) nil)
+   ((nth 3 (syntax-ppss)) (indent-relative))
 
    ;; comment
    ((nth 4 (syntax-ppss)) nil)



reply via email to

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