company-mode: change to ALT+TAB
This commit is contained in:
parent
cb2cb918df
commit
32ca324900
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user