branch: master commit e7f5f549fbfb740b911fb7f33b42381ecece56d8 Author: Michael Heerdegen <michael_heerde...@web.de> Commit: Michael Heerdegen <michael_heerde...@web.de>
edit TODO list --- packages/el-search/el-search.el | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/el-search/el-search.el b/packages/el-search/el-search.el index b286e07..bb33225 100644 --- a/packages/el-search/el-search.el +++ b/packages/el-search/el-search.el @@ -207,6 +207,8 @@ ;; ;; TODO: ;; +;; - highlight matches around point in a timer +;; ;; - implement backward searching ;; ;; - improve docstrings @@ -214,10 +216,10 @@ ;; - handle more reader syntaxes, e.g. #n, #n# ;; ;; - Implement sessions; add multi-file support based on iterators. A -;; file list is read in (or the user can specify an iterator as a -;; variable). The state in the current buffer is just (buffer -;; . marker). Or should this be abstracted into an own lib? Could be -;; named "files-session" or so. +;; file list is read in (or the user can specify an iterator as a +;; variable). The state in the current buffer is just (buffer +;; . marker). Or should this be abstracted into an own lib? Could +;; be named "files-session" or so.