fix(passively): Load known terms on startup

Change-Id: Ia32f0a1c158255a098e7d4017bb585b5c4e3c657
This commit is contained in:
Vincent Ambo 2021-12-13 16:36:59 +03:00
parent 396e3a0d68
commit db117176f2

View file

@ -102,6 +102,7 @@ not be displayed again."
(interactive)
(if passively--display-timer
(error "passively: Already running!")
(passively--load-known-terms)
(setq passively--display-timer
(run-with-idle-timer passively-show-after-idle-for t
#'passively--display-random-term))