From a23b8f4a422d0de69a006ed010eff5795319db98 Mon Sep 17 00:00:00 2001 From: Mark Oteiza Date: Thu, 17 Jul 2014 18:54:36 -0400 Subject: add binds for M-tab and backtab --- dictionary.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dictionary.el b/dictionary.el index 0cc8887..fa23546 100644 --- a/dictionary.el +++ b/dictionary.el @@ -415,6 +415,8 @@ by the choice value: ;; shift-tabs normally is supported on window systems only, but ;; I do not enforce it (define-key dictionary-mode-map [(shift tab)] 'dictionary-prev-link) + (define-key dictionary-mode-map "\e\t" 'dictionary-prev-link) + (define-key dictionary-mode-map [backtab] 'dictionary-prev-link) (define-key dictionary-mode-map "n" 'dictionary-next-link) (define-key dictionary-mode-map "p" 'dictionary-prev-link) -- cgit v1.2.3