branch: externals/debbugs
commit ff02eb73c29f51c33079481de699dca985e58db5
Author: Glenn Morris <[email protected]>
Commit: Glenn Morris <[email protected]>
* debbugs/debbugs-gnu.el (debbugs-gnu-default-packages): Add auctex, mh-e.
---
debbugs-gnu.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index c25c61e..4d7ab24 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -174,7 +174,8 @@
;; <http://debbugs.gnu.org/Packages.html>
;; <http://debbugs.gnu.org/cgi/pkgindex.cgi>
:group 'debbugs-gnu
- :type '(set (const "automake")
+ :type '(set (const "auctex")
+ (const "automake")
(const "cc-mode")
(const "coreutils")
(const "cppi")
@@ -190,6 +191,7 @@
(const "gzip")
(const "idutils")
(const "libtool")
+ (const "mh-e")
(const "org-mode")
(const "parted")
(const "vc-dwim")