branch: externals/tempel
commit 82ce3c3f792921c019fb1cbf3ded7f908fc7bf6a
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Remove todo
---
 tempel.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tempel.el b/tempel.el
index f24da323f6..10de4a2ecf 100644
--- a/tempel.el
+++ b/tempel.el
@@ -414,7 +414,6 @@ If a field was added, return it."
     (setf (alist-get 'tempel--active minor-mode-overriding-map-alist) 
tempel-map)
     (save-excursion
       ;; Split existing overlays, do not expand within existing field.
-      ;; TODO This will be causing issues. Think more about nested expansion.
       (dolist (st tempel--active)
         (dolist (ov (cdar st))
           (when (and (<= (overlay-start ov) (point)) (>= (overlay-end ov) 
(point)))

Reply via email to