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

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

[nongnu] elpa/nix-mode e32c6bf7ad 415/500: Merge pull request #115 from


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode e32c6bf7ad 415/500: Merge pull request #115 from taku0/ffap-in-string
Date: Sat, 29 Jan 2022 08:27:50 -0500 (EST)

branch: elpa/nix-mode
commit e32c6bf7ad6dfe1d7ef9ee07d4da6e50174037bf
Merge: 218c885d78 bdd3c8a1e5
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #115 from taku0/ffap-in-string
    
    Exclude braces from ffap pattern
---
 nix-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-mode.el b/nix-mode.el
index 204f7ddb02..b0b0b77159 100644
--- a/nix-mode.el
+++ b/nix-mode.el
@@ -1021,7 +1021,7 @@ The hook `nix-mode-hook' is run when Nix mode is started.
 
   ;; Find file at point
   (push '(nix-mode . nix-mode-ffap-nixpkgs-path) ffap-alist)
-  (push '(nix-mode "--:\\\\${}<>+@-Z_[:alpha:]~*?" "@" "@;.,!:")
+  (push '(nix-mode "--:\\\\$<>+@-Z_[:alpha:]~*?" "@" "@;.,!:")
         ffap-string-at-point-mode-alist))
 
 ;;;###autoload



reply via email to

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