Disable hyperbole
This commit is contained in:
parent
eee7e5a9c8
commit
a3ed3f2271
1 changed files with 9 additions and 9 deletions
|
@ -522,15 +522,15 @@
|
||||||
'(("lisp@conference.a3.pm" . "marcus")
|
'(("lisp@conference.a3.pm" . "marcus")
|
||||||
("emacs@salas.suchat.org" . "marcus"))))
|
("emacs@salas.suchat.org" . "marcus"))))
|
||||||
|
|
||||||
(use-package hyperbole
|
;; (use-package hyperbole
|
||||||
:config
|
;; :config
|
||||||
(setq hyrolo-date-format "%Y-%m-%d %H:%M:%S")
|
;; (setq hyrolo-date-format "%Y-%m-%d %H:%M:%S")
|
||||||
(add-hook 'hyperbole-init-hook
|
;; (add-hook 'hyperbole-init-hook
|
||||||
(lambda ()
|
;; (lambda ()
|
||||||
(setq hyrolo-file-list
|
;; (setq hyrolo-file-list
|
||||||
(append (hyrolo-initialize-file-list)
|
;; (append (hyrolo-initialize-file-list)
|
||||||
(cons "~/.rolo.otl"
|
;; (cons "~/.rolo.otl"
|
||||||
(directory-files-recursively org-directory (rx "." (or "org" "otl") eos))))))))
|
;; (directory-files-recursively org-directory (rx "." (or "org" "otl") eos))))))))
|
||||||
|
|
||||||
(use-package ispell
|
(use-package ispell
|
||||||
:ensure nil
|
:ensure nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue