mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
.dir-locals.el: Add .go to completion-ignored-extensions.
* .dir-locals.el (eval): Add .go to completion-ignored-extensions.
This commit is contained in:
parent
956a79b9b2
commit
31b4eea5c0
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue