From b8dbe55038a9fd8aa93c37d8ad255fd444847faf Mon Sep 17 00:00:00 2001 From: TakeV Date: Sun, 10 Nov 2024 22:09:45 -0500 Subject: [PATCH] Remove nonguix info from .dir-locals.el --- .dir-locals.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index b934213..cd25df5 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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 .