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))