branch: master commit 04cd3e4270ff5d0d51e783c86e87314054f1a018 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
hydra-examples.el (rect): Add require --- hydra-examples.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/hydra-examples.el b/hydra-examples.el index 4e5ca8e..9264feb 100644 --- a/hydra-examples.el +++ b/hydra-examples.el @@ -260,6 +260,7 @@ _v_ariable _u_ser-option ;; (global-set-key (kbd "C-c h") 'hydra-apropos/body) ;;** Example 11: rectangle-mark-mode +(require 'rect) (defhydra hydra-rectangle (:body-pre (rectangle-mark-mode 1) :color pink :post (deactivate-mark))