From 415d947c10e18542d4d25878fbce14cd8a780e7a Mon Sep 17 00:00:00 2001 From: TakeV Date: Thu, 28 Dec 2023 18:01:42 -0500 Subject: [PATCH] Remove nonguix specific bug stuff --- .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 .