diff options
author | Amin Bandali <bandali@gnu.org> | 2020-01-04 19:04:03 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-01-04 19:04:03 -0500 |
commit | 8cee0db424b28ad91b2a12c4aed7009f7e4ed235 (patch) | |
tree | cbea78db8273a170131d05da11c78cce7f7fa02e | |
parent | 3619fcff8f8332e59ecdcdf976bdd865792cbe56 (diff) | |
download | configs-8cee0db424b28ad91b2a12c4aed7009f7e4ed235.tar.gz configs-8cee0db424b28ad91b2a12c4aed7009f7e4ed235.tar.xz configs-8cee0db424b28ad91b2a12c4aed7009f7e4ed235.zip |
emacs: add binding for debbugs-gnu-bugs to jump to a bug given its #
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |