浏览代码

Add TOOD

master
10sr 5 年前
父节点
当前提交
8b039483af
签署人:: 10sr GPG 密钥 ID: 7BEC428194130EB2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      emacs.el

+ 1
- 0
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'



正在加载...
取消
保存