Disable hyperbole

This commit is contained in:
Marcus Kammer 2023-08-03 11:42:01 +02:00
parent eee7e5a9c8
commit a3ed3f2271

View file

@ -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