X-Git-Url: https://git.shemshak.org/gitweb.cgi/~bandali/configs/blobdiff_plain/9401cb2cdac7685daf85f474eff464658014994d..8c71e6309fe5e0982f9fa2f88401933e0d6d6eb5:/.emacs.d/init.org?ds=sidebyside diff --git a/.emacs.d/init.org b/.emacs.d/init.org index a0eea54..b46b8b0 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -2248,6 +2248,16 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (text-mode . yas-minor-mode)) #+end_src +** Debbugs + +#+begin_src emacs-lisp +(use-package debbugs + :straight (debbugs + :host github + :repo "emacs-straight/debbugs" + :files (:defaults "Debbugs.wsdl"))) +#+end_src + * Email :PROPERTIES: :CUSTOM_ID: email