diff --git a/hydra-examples.el b/hydra-examples.el index c202997..1468f3f 100644 --- a/hydra-examples.el +++ b/hydra-examples.el @@ -225,6 +225,7 @@ _~_: modified ^ ^ ^ ^ ^^ ;;** Example 9: s-expressions in the docstring ;; You can inline s-expresssions into the docstring like this: (defvar dired-mode-map) +(declare-function dired-mark "dired") (when (bound-and-true-p hydra-examples-verbatim) (require 'dired) (defhydra hydra-marked-items (dired-mode-map "")