Stop Hyperbole from stomping on other keybindings
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user