]> git.donarmstrong.com Git - lib.git/commitdiff
disable <tab> for company-complete
authorDon Armstrong <don@donarmstrong.com>
Wed, 14 Feb 2018 22:21:51 +0000 (14:21 -0800)
committerDon Armstrong <don@donarmstrong.com>
Wed, 14 Feb 2018 22:21:51 +0000 (14:21 -0800)
emacs_el/configuration/don-configuration.org

index aa6653bab706bd79e64ffd931a1787f53952f0cd..003c71d2b2eb3f310fc774003d7f952f211102e3 100644 (file)
@@ -387,7 +387,7 @@ value, scrolling continues until there is no more output.
   
     (bind-key "C-n"   #'company-select-next company-active-map)
     (bind-key "C-p"   #'company-select-previous company-active-map)
-    (bind-key "<tab>" #'company-complete company-active-map)
+    (bind-key "<tab>" #'company-complete company-active-map)
     (bind-key "M-?"   #'company-show-doc-buffer company-active-map)
     (bind-key "M-."   #'company-show-location company-active-map)
     (bind-key "M-/"   #'company-complete-common org-mode-map)