guix-commits
[Top][All Lists]
Advanced

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

branch master updated: .dir-locals.el: Add .go to completion-ignored-ext


From: guix-commits
Subject: branch master updated: .dir-locals.el: Add .go to completion-ignored-extensions.
Date: Mon, 05 Sep 2022 02:14:45 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 31b4eea5c0 .dir-locals.el: Add .go to completion-ignored-extensions.
31b4eea5c0 is described below

commit 31b4eea5c0d361dfbca119c27cbc1e8c6f65782a
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Sep 5 09:13:48 2022 +0300

    .dir-locals.el: Add .go to completion-ignored-extensions.
    
    * .dir-locals.el (eval): Add .go to completion-ignored-extensions.
---
 .dir-locals.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index 6fa0ec8bc6..a49350854c 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -10,6 +10,8 @@
       . "\\(<https?://\\bugs\\.gnu\\.org/\\([0-9]+\\)>\\)")
      (bug-reference-url-format . "https://bugs.gnu.org/%s";)
 
+     (eval . (add-to-list 'completion-ignored-extensions ".go"))
+
      ;; Emacs-Guix
      (eval . (setq-local guix-directory
                          (locate-dominating-file default-directory



reply via email to

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