Adjusting org journal functions to new commands
Silences some obsolescence warnings when navigating among entries
This commit is contained in:
parent
1456108d5b
commit
1050ba83f0
1 changed files with 6 additions and 6 deletions
|
@ -45,10 +45,10 @@
|
||||||
(set-popup-rule! "^\\*Org-journal search" :select t :quit t)
|
(set-popup-rule! "^\\*Org-journal search" :select t :quit t)
|
||||||
|
|
||||||
(map! (:map org-journal-mode-map
|
(map! (:map org-journal-mode-map
|
||||||
:n "]f" #'org-journal-open-next-entry
|
:n "]f" #'org-journal-next-entry
|
||||||
:n "[f" #'org-journal-open-previous-entry
|
:n "[f" #'org-journal-previous-entry
|
||||||
:n "C-n" #'org-journal-open-next-entry
|
:n "C-n" #'org-journal-next-entry
|
||||||
:n "C-p" #'org-journal-open-previous-entry)
|
:n "C-p" #'org-journal-previous-entry)
|
||||||
(:map org-journal-search-mode-map
|
(:map org-journal-search-mode-map
|
||||||
"C-n" #'org-journal-search-next
|
"C-n" #'org-journal-search-next
|
||||||
"C-p" #'org-journal-search-previous)
|
"C-p" #'org-journal-search-previous)
|
||||||
|
@ -56,8 +56,8 @@
|
||||||
(:map org-journal-mode-map
|
(:map org-journal-mode-map
|
||||||
"c" #'org-journal-new-entry
|
"c" #'org-journal-new-entry
|
||||||
"d" #'org-journal-new-date-entry
|
"d" #'org-journal-new-date-entry
|
||||||
"n" #'org-journal-open-next-entry
|
"n" #'org-journal-next-entry
|
||||||
"p" #'org-journal-open-previous-entry
|
"p" #'org-journal-previous-entry
|
||||||
(:prefix "s"
|
(:prefix "s"
|
||||||
"s" #'org-journal-search
|
"s" #'org-journal-search
|
||||||
"f" #'org-journal-search-forever
|
"f" #'org-journal-search-forever
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue