diff options
-rw-r--r-- | modules/init-company.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-company.el b/modules/init-company.el index ab0721d..5d89823 100644 --- a/modules/init-company.el +++ b/modules/init-company.el @@ -23,7 +23,7 @@ (set-face-attribute 'company-scrollbar-bg nil :inherit 'company-tooltip :background "gray20") (set-face-attribute 'company-scrollbar-fg nil :background "gray40")) - (global-set-key (kbd "<tab>") 'company-indent-or-complete-common) + (global-set-key (kbd "M-TAB") 'company-indent-or-complete-common) ;; Activating globally (global-company-mode t)) |