company-mode: change to ALT+TAB

This commit is contained in:
Jesús 2021-12-05 15:47:30 -05:00
parent cb2cb918df
commit 32ca324900
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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))