Catonano <[email protected]> writes:

> I installed emacs-debbugs
>
> But it doesn't get autoloaded, so I had to comment out this line in my .emacs 
> file
>
> (add-to-list 'debbugs-gnu-all-packages "guix-patches")
>
> because otherwise when launching emacs it claims that 
> "debbugs-gnu-all-packages" value is void

If you put this

(require 'debbugs-gnu)

before '(add-to-list ...)' is should work.

Reply via email to