From 9b6b353812d1ee578461953e0bf92c8c123a0d63 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 3 Mar 2022 15:39:08 +0100 Subject: [PATCH] Add todo --- embark.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/embark.el b/embark.el index c06c730e..ccbf9647 100644 --- a/embark.el +++ b/embark.el @@ -718,6 +718,9 @@ There are three kinds: - :live, which does - :completions, which also auto-updates, but is ephemeral.") +;; TODO Do we need this variable? +;; Also add a list of marked candidates, or a list of overlays? +;; When switching the display modes we have to move the overlays too. (defvar-local embark-collect-candidates nil "List of candidates in current collect buffer.")