diff options
Diffstat (limited to 'evil-common.el')
| -rw-r--r-- | evil-common.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/evil-common.el b/evil-common.el index 5991ee3..aca66f7 100644 --- a/evil-common.el +++ b/evil-common.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.12.16 +;; Version: 1.12.17 ;; ;; This file is NOT part of GNU Emacs. @@ -555,6 +555,8 @@ Translates it according to the input method." (progn (define-key new-global-map [menu-bar] (lookup-key global-map [menu-bar])) + (define-key new-global-map [tab-bar] + (lookup-key global-map [tab-bar])) (define-key new-global-map [tool-bar] (lookup-key global-map [tool-bar])) (add-to-list 'new-global-map |
