From 5cd2792aee96f5bc463c2a367e5db1d771f3df52 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 18 Jan 2014 20:23:14 +0900 Subject: [PATCH] add note --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.el b/emacs.el index 26806be..8cc8d9b 100644 --- a/emacs.el +++ b/emacs.el @@ -2336,6 +2336,10 @@ this is test, does not rename files." ;; TODO: remove dependant of sdcv, and change the name to something like ;; `ilookup` +;; TODO: enter to lookup word at point + +;; TODO: enter on prompt to wait for output of command + (defvar isdcv-prompt "> " "Prompt string for isdcv input.")