When I do Spc Spc
and search for an fn in helm, the typed fn appears multiple times. So lets say I called clojure-align
, the first time it appears 3 times, next time when I call it appears 4 times.
It seems any fn that I call in emacs, next time it appears +1 times in the helm menu. I guess this is also slowing down emacs quite a bit. Any leads on what is wrong ?
seems like it is treated as history, i find it annoying as well, dunno how to disable it unfortunately :( let me know if you ll find the answer
thanks!
deletion of savehist worked like a charm. thanks!
please share, thanks!
https://github.com/syl20bnr/spacemacs/issues/13564 has the other approches...
I tried (setq history-delete-duplicates t)
in dotspacemacs/user-conf
but it didnt work. Upgrading the helm packages and deleting savehist was the simplest approach and it actually worked. Looling at the savehist file there wasnt anything important in there, so quickest approach it to just delete (when Emacs is not running).
thanks