-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Enable truncate-lines, as does racket-describe-mode. Avoids extra line breaks and line continuation marks in the fringe. Example where this helps: Set racket-xp-eldoc-level to 'complete, and get a hover for the Racket require or provide forms. 2. Instead of copy-pasta-ing most of eldoc-box-buffer-setup, actually call it, but within a cl-letf that "no-op"s visual-line-mode and eldoc-box-buffer-hook. Although this may seem too clever, it should be more resilient to eldoc-box-buffer-setup changing internally in beneficial or neutral ways; no ongoing copy-pasta. (In the less-likely worst case where it adds some new undesired behavior, sure, we will have to neuter that using a technique like cl-letf.)
- Loading branch information
1 parent
325c14d
commit ec8b514
Showing
2 changed files
with
34 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters