Remove nonguix info from .dir-locals.el

This commit is contained in:
TakeV 2024-11-10 22:09:45 -05:00
parent 0e8ad590c8
commit b8dbe55038
Signed by: TakeV
GPG key ID: A64F41345C7400AF

View file

@ -4,12 +4,7 @@
((nil
. ((fill-column . 78)
(tab-width . 8)
(sentence-end-double-space . t)
;; For use with 'bug-reference-prog-mode'.
(bug-reference-url-format . "https://gitlab.com/nonguix/nonguix/issues/%s")
(bug-reference-bug-regexp
. "\\(#\\([0-9]+\\)\\)")))
(sentence-end-double-space . t)))
(c-mode . ((c-file-style . "gnu")))
(scheme-mode
.