branch: externals/embark commit 0e027c57da19aa2fb346396439efcd408edfe26d Author: Omar AntolÃn <omar.anto...@gmail.com> Commit: Omar AntolÃn <omar.anto...@gmail.com>
Fix bug that kept embark-live from actually updating 😬 --- embark.el | 1 + 1 file changed, 1 insertion(+) diff --git a/embark.el b/embark.el index 2ba4d42e1c..76d56be6c0 100644 --- a/embark.el +++ b/embark.el @@ -2940,6 +2940,7 @@ with key \"Embark Live\"." (embark-collect--update-candidates live-buffer) (with-current-buffer live-buffer ;; TODO figure out why I can't restore point + (embark-collect--revert) (tabulated-list-print nil t)) (setq timer nil)))))))) (add-hook 'after-change-functions run-collect nil t)