summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-07-05 14:59:39 +0200
committerRicardo Wurmus <rekado@elephly.net>2018-07-05 14:59:39 +0200
commit00f27d6173afea8dbaae7942ff23ed551c1191e3 (patch)
tree83ebe110e1d75fed8aed5bd9992d304b61cdf8b3 /init.org
parent94a9162feaf66a582dddc283991faec5ce2178e7 (diff)
Add my/debbugs-gnu command.
Diffstat (limited to 'init.org')
-rw-r--r--init.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.org b/init.org
index aa58c24..494bea4 100644
--- a/init.org
+++ b/init.org
@@ -256,6 +256,16 @@ For bug and patch tracking the Guix project uses debbugs. Here are some better
(add-to-list 'debbugs-gnu-all-packages "guix-patches"))
#+END_SRC
+Oleg Pykhalov shared this useful snippet to list bugs for which I am listed as the owner.
+
+#+BEGIN_SRC elisp
+(with-eval-after-load "debbugs-gnu"
+(defun my/debbugs-gnu ()
+ (interactive)
+ (let ((debbugs-gnu-current-query `((submitter . ,user-mail-address))))
+ (debbugs-gnu nil))))
+#+END_SRC
+
* Manuals
:PROPERTIES:
:header-args: :noweb-ref manuals