Remove unused code from hyperbole

This commit is contained in:
Andreas Zweili 2024-05-16 15:59:12 +02:00
parent b7ad1fa792
commit 23eaedb044
1 changed files with 0 additions and 7 deletions

View File

@ -1,11 +1,4 @@
;; -*- lexical-binding: t; -*-
(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))