From 0d95dcb416ff10c97e0c06b8ee7c29bdd32508e9 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 3 Apr 2025 16:05:44 -0700 Subject: [PATCH] Lock Hyperbole to 9.0.1 tag to fix delete bug --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 44e96e1..aee0bd4 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -649,7 +649,7 @@ ;;;; Hyperbole (use-package hyperbole - :ensure t + :ensure (:repo "https://git.savannah.gnu.org/git/hyperbole.git" :tag "hyperbole-9.0.1") :bind (("C-o h" . hyperbole) :map hyperbole-mode-map ("M-" . nil)