manateelazycat / sdcv

Emacs interface for sdcv (Stardict console version)
73 stars 14 forks source link

sdcv.el: add hook for sdcv-mode-reinit #29

Closed eshrh closed 2 years ago

eshrh commented 2 years ago

I need to do some processing on the sdcv buffer immediately after it is done searching. This is hard to do normally because the function will run before the search finishes. I added a hook to do this.