From 8afc16ba56ffdbac75de5ecda0fb90ebfecc9fef Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 9 Apr 2019 11:47:01 +0900 Subject: [PATCH] Add TODO --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index 88c0995..1c671a5 100644 --- a/emacs.el +++ b/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)