diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |