Add Hyperbole to Emacs

This commit is contained in:
2025-01-31 15:01:35 -08:00
parent c60d96883f
commit 2920618dc0

View File

@@ -646,6 +646,15 @@
(first-executable '("xdg-open" "open"))
nil nil nil "."))
;;;; Hyperbole
(use-package hyperbole
:ensure t
:bind (("C-o h" . hyperbole)
:map hyperbole-mode-map
("M-<return>" . nil)
("C-o <return>" . hkey-either))
:init
(hyperbole-mode 1))
;;; Org-mode
(use-package org
:bind (("C-c o ," . my/org-clear-all)