summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-04-23 19:42:47 -0400
committerAmin Bandali <bandali@gnu.org>2019-04-23 19:45:54 -0400
commit88cccb23b1032e41cebe94f303c78cad73cf195d (patch)
tree89c4f7b672f746da3be9f5e0bafb12c3bd9cd4ef
parentb4da300f93c15be13e915cb97e84a94d5aecf672 (diff)
downloadconfigs-88cccb23b1032e41cebe94f303c78cad73cf195d.tar.gz
configs-88cccb23b1032e41cebe94f303c78cad73cf195d.tar.xz
configs-88cccb23b1032e41cebe94f303c78cad73cf195d.zip
emacs: add debbugs
-rw-r--r--.emacs.d/init.org10
1 files changed, 10 insertions, 0 deletions
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