home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit f5d0a6c93aa4ff53e28cbe95825341d4bb10b24b
parent ed82d4cbbedeecf88cfa42554f6784da9653614f
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 25 Aug 2022 10:01:18 +0200

tools/emacs: fix org-journal use-package

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -448,7 +448,7 @@ and thus keeping the configuration source up-to-date" :bind (("C-c n j" . org-journal-new-entry) ("C-c o j" . org-journal-new-entry)) - :init + :config (defun org-journal-find-location () "Go to the beginning of the today's journal file.