From a3ed3f2271ee11231d108a75d2b810506efef2c8 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 3 Aug 2023 11:42:01 +0200 Subject: [PATCH] Disable hyperbole --- bundle/bundle--package.el | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 68ab703a..6f8c305b 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -522,15 +522,15 @@ '(("lisp@conference.a3.pm" . "marcus") ("emacs@salas.suchat.org" . "marcus")))) -(use-package hyperbole - :config - (setq hyrolo-date-format "%Y-%m-%d %H:%M:%S") - (add-hook 'hyperbole-init-hook - (lambda () - (setq hyrolo-file-list - (append (hyrolo-initialize-file-list) - (cons "~/.rolo.otl" - (directory-files-recursively org-directory (rx "." (or "org" "otl") eos)))))))) +;; (use-package hyperbole +;; :config +;; (setq hyrolo-date-format "%Y-%m-%d %H:%M:%S") +;; (add-hook 'hyperbole-init-hook +;; (lambda () +;; (setq hyrolo-file-list +;; (append (hyrolo-initialize-file-list) +;; (cons "~/.rolo.otl" +;; (directory-files-recursively org-directory (rx "." (or "org" "otl") eos)))))))) (use-package ispell :ensure nil