From c390cfaf10ff397795ac6566a7415215284cb15d Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 1 Oct 2025 14:50:24 -0700 Subject: [PATCH] Disable Hyperbole --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.el b/emacs/init.el index f70e8ef..f83b821 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -660,6 +660,7 @@ ;;;; Hyperbole (use-package hyperbole + :if nil :ensure (:repo "https://git.savannah.gnu.org/git/hyperbole.git" :tag "hyperbole-9.0.1") :bind (("C-o h" . hyperbole) ("C-o w" . hycontrol-windows)