Add Hyperbole to Emacs
This commit is contained in:
@@ -646,6 +646,15 @@
|
|||||||
(first-executable '("xdg-open" "open"))
|
(first-executable '("xdg-open" "open"))
|
||||||
nil nil nil "."))
|
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
|
;;; 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