abo-abo / hydra

make Emacs bindings that stick around
1.85k stars 113 forks source link

Fix emacs native compilation warning #412

Closed sdwolfz closed 2 years ago

sdwolfz commented 2 years ago
 ■  Warning (comp): hydra.el:103:2: Warning: defvar
`hydra-amaranth-warn-message' docstring wider than 80 characters

To reproduce, have emacs built with native compilation and notice the compilation logs. You can then open the offending file and run M-x emacs-lisp-native-compile-and-load before and after the changes to see the warning is removed.

abo-abo commented 2 years ago

Thanks!