From 04cd3e4270ff5d0d51e783c86e87314054f1a018 Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Tue, 26 Jan 2016 09:57:01 +0100 Subject: [PATCH] hydra-examples.el (rect): Add require --- hydra-examples.el | 1 + 1 file changed, 1 insertion(+) diff --git a/hydra-examples.el b/hydra-examples.el index 4e5ca8e9a..9264feb86 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)) -- 2.39.2