From 88cccb23b1032e41cebe94f303c78cad73cf195d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 23 Apr 2019 19:42:47 -0400 Subject: [PATCH] emacs: add debbugs --- .emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.20.1