From 5f8e13f5e6cabfa5fdac0ac26f70fbef18683a4a Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Thu, 9 May 2024 08:21:32 +0200 Subject: [PATCH] Move `debbugs' installation to `bug-reference-mode' section --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 7f32acf..b38c466 100644 --- a/README.org +++ b/README.org @@ -281,7 +281,7 @@ of [[info:emacs#Saving Customizations][saving customizations (info)]]. (vertico . "gnu") (with-editor . "nongnu") (yasnippet . "gnu")) - package-selected-packages '(debbugs no-littering)) + package-selected-packages '(no-littering)) #+end_src #+caption[Set the third set of Emacs options: final tweaks]: @@ -5336,7 +5336,9 @@ Listing [[lst:bug-reference-mode]] configures ~bug-reference-mode~ for use with #+caption: Setup ~bug-reference-mode~. #+name: lst:bug-reference-mode #+begin_src emacs-lisp -n :results silent +;; (info "(debbugs) Top") ;; (info "(emacs) Bug Reference") +(ensure-package-installation 'debbugs) (defvar bug-reference-url-format "https://debbugs.gnu.org/cgi/bugreport.cgi?bug=%s" "Setting this as a file local variable enables `bug-reference-mode'")