diff options
author | Amin Bandali <amin@gnu.org> | 2018-08-24 14:25:07 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-08-24 14:25:07 -0400 |
commit | 45f538b6f685a6dc2438cf64916494786c885f6e (patch) | |
tree | 5c50895d0c933d4675df849c8f032112da6e080f | |
parent | 56fd2611ee7803511933acf5098eb4bed92f792e (diff) | |
download | configs-45f538b6f685a6dc2438cf64916494786c885f6e.tar.gz configs-45f538b6f685a6dc2438cf64916494786c885f6e.tar.xz configs-45f538b6f685a6dc2438cf64916494786c885f6e.zip |
[emacs/notmuch] remove the g common binding and use notmuch's own G
-rw-r--r-- | init.org | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1250,8 +1250,6 @@ See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]]. ;; (advice-add #'notmuch-bury-or-kill-this-buffer ;; :override #'kill-this-buffer) :bind - (:map notmuch-common-keymap - ("g" . notmuch-poll-and-refresh-this-buffer)) (:map notmuch-hello-mode-map ("u" . (lambda () "Search for `unread'-tagged messages" |