diff --git a/emacs.el b/emacs.el index 86f539c..c2c38df 100644 --- a/emacs.el +++ b/emacs.el @@ -1044,6 +1044,7 @@ found, otherwise returns nil." (defvar company-mode-map) ;; TODO: It seems sometimes this indent is a bit different from original C-i command ;; For example python-mode? + ;; TODO: Set python-indent-trigger-commands (define-key company-mode-map (kbd "C-i") 'company-indent-or-complete-common) ;; (define-key ctl-x-map (kbd "C-i") 'company-complete) ; Originally `indent-rigidly'