fix(emacs): Denote does not provide journal module anymore
This commit is contained in:
parent
a55195325c
commit
5aa09155ed
1 changed files with 0 additions and 3 deletions
|
|
@ -295,12 +295,9 @@
|
||||||
:after org
|
:after org
|
||||||
:config
|
:config
|
||||||
(setq! denote-directory (concat org-directory "/notes"))
|
(setq! denote-directory (concat org-directory "/notes"))
|
||||||
(require 'denote-journal-extras)
|
|
||||||
(setq! denote-journal-extras-title-format 'day-date-month-year)
|
|
||||||
(map! :leader
|
(map! :leader
|
||||||
(:prefix ("n" . "notes")
|
(:prefix ("n" . "notes")
|
||||||
:desc "Denote" "d" #'denote-open-or-create-with-command
|
:desc "Denote" "d" #'denote-open-or-create-with-command
|
||||||
:desc "New journal entry" "j" #'denote-journal-extras-new-or-existing-entry
|
|
||||||
))
|
))
|
||||||
:bind
|
:bind
|
||||||
(("C-c n d" . #'denote-open-or-create-with-command))
|
(("C-c n d" . #'denote-open-or-create-with-command))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue