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)