From 8b039483af846f200aaa1b7b027d4c3d6bf947bd Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 9 Apr 2019 16:51:55 +0900 Subject: [PATCH] Add TOOD --- emacs.el | 1 + 1 file changed, 1 insertion(+) 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'