-
-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence ivy-hydra byte-compilation warnings
* Makefile (compile): Byte-compile ivy-hydra.el for the usual beneficial reasons, but also to see the same warnings that users do on package-installation. * ivy-hydra.el: Prefer function-put over put where applicable. (ivy-hydra--read-action, ivy-hydra--toggle-truncate-lines) (ivy-hydra--find-definition): New commands. (hydra-ivy): Use them in place of a sexp-in-lambda to avoid overly wide auto-generated hydra docstrings, which Emacs >= 28 complains about (issue #2964). Closes #2964.
- Loading branch information
1 parent
7b574e2
commit 40e017d
Showing
2 changed files
with
29 additions
and
11 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