historian.el
historian.el copied to clipboard
ivy-historian-mode broken
After a recent upgrade, including the line
(ivy-historian-mode 1)
prevents me from ever executing a command with enter via an ivy interface. Any time I try this, eg with counsel-find-file or ivy-switch-buffer, the following error is thrown in *Messages*:
let: Wrong type argument: hash-table-p, nil
I don't have much clue how to debug this, though I'm happy to post output / try anything out...thanks!
Likewise, (historian-mode 1) causes describe-variable to give the same error about hash-table-p
- Try deleting your
historian-save-file. It's possible it's been corrupted. - Try using the debugger with
toggle-debug-on-errorto see a trace of the error.