From 4cba888044816e051da2612af072994b9e07d645 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 9 Apr 2019 16:53:02 +0900 Subject: [PATCH] Remove TODO --- emacs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs.el b/emacs.el index c2c38df..3a1684b 100644 --- a/emacs.el +++ b/emacs.el @@ -1036,7 +1036,6 @@ 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)