浏览代码

Add TODO

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

+ 2
- 0
emacs.el 查看文件

@@ -1014,6 +1014,7 @@ found, otherwise returns nil."
(setq imenu-generic-expression
`(("Sections" ";;;\+\n;; \\(.*\\)\n" 1)
,@imenu-generic-expression))))
;; TODO: Try paraedit http://daregada.blogspot.com/2012/03/paredit.html

(with-eval-after-load 'compile
(defvar compilation-filter-start)
@@ -1035,6 +1036,7 @@ found, otherwise returns nil."
;; http://qiita.com/sune2/items/b73037f9e85962f5afb7
;; https://qiita.com/yuze/items/a145b1e3edb6d0c24cbf
(global-company-mode)
;; TODO: Show length of candidate list on cursor?
(set-variable 'company-idle-delay nil)
(set-variable 'company-minimum-prefix-length 2)
(set-variable 'company-selection-wrap-around t)


正在加载...
取消
保存