From 2fc3929ffaaef545cac2f04ed4e1590028ea04fc Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 3 Apr 2025 22:57:12 -0700 Subject: [PATCH] Move Hycontrol bindings to Hyperbole section --- emacs/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index ee1cdcb..df98911 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -105,8 +105,6 @@ ("C-o -" . split-window-below) ("C-o C-k" . delete-window) ("C-o 1" . delete-other-windows) - ("C-o w" . hycontrol-windows) - ("C-o f" . hycontrol-frames) ;; TODO C-/ for undo window state change ("C-o z" . my/zoom-window) ;; TODO other-window scrolling @@ -635,6 +633,8 @@ (use-package hyperbole :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) + ("C-o f" . hycontrol-frames) :map hyperbole-mode-map ("M-" . nil) ("C-o " . hkey-either))