From 0a639b20823951418526aabdd8a95035c0f6ebb7 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 28 Mar 2025 15:34:30 -0700 Subject: [PATCH] Stop Hyperbole from stomping on other keybindings --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 000bb13..9c5fe36 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -655,8 +655,11 @@ :map hyperbole-mode-map ("M-" . nil) ("C-o " . hkey-either)) + :custom + (hkey-init nil) :init (hyperbole-mode 1)) + ;;; Org-mode (use-package org :bind (("C-c o ," . my/org-clear-all)