Stop Hyperbole from stomping on other keybindings

This commit is contained in:
2025-03-28 15:34:30 -07:00
parent 194fab042c
commit 0a639b2082

View File

@@ -655,8 +655,11 @@
:map hyperbole-mode-map :map hyperbole-mode-map
("M-<return>" . nil) ("M-<return>" . nil)
("C-o <return>" . hkey-either)) ("C-o <return>" . hkey-either))
:custom
(hkey-init nil)
:init :init
(hyperbole-mode 1)) (hyperbole-mode 1))
;;; Org-mode ;;; Org-mode
(use-package org (use-package org
:bind (("C-c o ," . my/org-clear-all) :bind (("C-c o ," . my/org-clear-all)