Remove hyperbole from Emacs

This commit is contained in:
Andreas Zweili 2024-01-24 15:07:27 +01:00
parent 22d7bf4398
commit 813bbf08c7
3 changed files with 0 additions and 12 deletions

View File

@ -59,7 +59,6 @@ in {
epkgs.ht
epkgs.htmlize
epkgs.hydra
epkgs.hyperbole
unstable.emacsPackages.journalctl-mode
epkgs.know-your-http-well
epkgs.languagetool

View File

@ -1,10 +0,0 @@
(use-package hyperbole
:config
;; define the local variable az-user-dir to a path and then check if the directory exists
;; if the directory exists then set the variable hbmap:dir-user to the path
(let ((az-user-dir (expand-file-name "~/nextcloud/10_documents/99_archive/0000/hyperbole/")))
(when (file-exists-p az-user-dir)
(setq hbmap:dir-user az-user-dir)))
(define-key hyperbole-mode-map (kbd "C-c /") nil)
(hyperbole-mode 1))

View File

@ -18,7 +18,6 @@
(load-file (modules-path "az_deft_raw.el"))
(load-file (modules-path "az_deft.el"))
(load-file (modules-path "az_denote.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"))