From 8cee0db424b28ad91b2a12c4aed7009f7e4ed235 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 4 Jan 2020 19:04:03 -0500 Subject: [PATCH] emacs: add binding for debbugs-gnu-bugs to jump to a bug given its # --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 30ed59d..da48b9d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2006,6 +2006,7 @@ This function is intended for use with `ivy-ignore-buffers'." :files (:defaults "Debbugs.wsdl")) :bind (("C-c D d" . debbugs-gnu) + ("C-c D b" . debbugs-gnu-bugs) ("C-c D e" . (lambda () (interactive) -- 2.20.1