aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-05 15:47:30 -0500
committerJesús <heckyel@hyperbola.info>2021-12-05 15:47:30 -0500
commit32ca32490009e53046d43afddd939dba27d9bbb6 (patch)
tree0a3b3710ff249c2daffc4eb654cd6e1115cda709
parentcb2cb918df87be770f17eca4b2b9e6109762827b (diff)
downloademacs-personal-32ca32490009e53046d43afddd939dba27d9bbb6.tar.lz
emacs-personal-32ca32490009e53046d43afddd939dba27d9bbb6.tar.xz
emacs-personal-32ca32490009e53046d43afddd939dba27d9bbb6.zip
company-mode: change to ALT+TAB
-rw-r--r--modules/init-company.el2
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))