Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Although I think it's too slow to be enabled by default, let's see. Note: It's not quite as bad when the racket-scribble.el file is native compiled... but in my experience, it still wasn't great. To use in a racket-mode buffer that also has racket-xp-mode enabled: (remove-hook 'eldoc-documentation-functions #'racket-eldoc-app t) (add-hook 'eldoc-documentation-functions #'racket-eldoc-app-full-docs nil t)
- Loading branch information