Install hyperbole

This commit is contained in:
Andreas Zweili 2023-05-13 17:41:28 +02:00
parent 0a735091f7
commit 8515eea32b
3 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,7 @@
epkgs.ht
epkgs.htmlize
epkgs.hydra
epkgs.hyperbole
epkgs.know-your-http-well
epkgs.languagetool
epkgs.lsp-ivy

View File

@ -0,0 +1,3 @@
(use-package hyperbole
:config
(hyperbole-mode 1))

View File

@ -17,6 +17,7 @@
;; note taking and writing
(load-file (modules-path "az_deft_raw.el"))
(load-file (modules-path "az_deft.el"))
(load-file (modules-path "az_hyperbole.el"))
(load-file (modules-path "az_langtool.el"))
(load-file (modules-path "az_markdown.el"))
(load-file (modules-path "az_move_text.el"))