Add missing Notes bindings to evil and emacs
This commit is contained in:
parent
2dd84b8e2f
commit
317beed13c
2 changed files with 5 additions and 0 deletions
|
@ -128,6 +128,10 @@
|
||||||
:desc "Bibliographic entries" "b"
|
:desc "Bibliographic entries" "b"
|
||||||
(cond ((featurep! :completion ivy) #'ivy-bibtex)
|
(cond ((featurep! :completion ivy) #'ivy-bibtex)
|
||||||
((featurep! :completion helm) #'helm-bibtex)))
|
((featurep! :completion helm) #'helm-bibtex)))
|
||||||
|
|
||||||
|
:desc "Toggle org-clock" "c" #'+org/toggle-clock
|
||||||
|
:desc "Cancel org-clock" "C" #'org-clock-cancel
|
||||||
|
:desc "Open deft" "d" #'deft
|
||||||
(:when (featurep! :lang org +noter)
|
(:when (featurep! :lang org +noter)
|
||||||
:desc "Org noter" "e" #'org-noter)
|
:desc "Org noter" "e" #'org-noter)
|
||||||
|
|
||||||
|
|
|
@ -472,6 +472,7 @@
|
||||||
:desc "Org store link" "l" #'org-store-link
|
:desc "Org store link" "l" #'org-store-link
|
||||||
:desc "Tags search" "m" #'org-tags-view
|
:desc "Tags search" "m" #'org-tags-view
|
||||||
:desc "Org capture" "n" #'org-capture
|
:desc "Org capture" "n" #'org-capture
|
||||||
|
:desc "Goto capture" "N" #'org-capture-goto-target
|
||||||
:desc "Active org-clock" "o" #'org-clock-goto
|
:desc "Active org-clock" "o" #'org-clock-goto
|
||||||
:desc "Todo list" "t" #'org-todo-list
|
:desc "Todo list" "t" #'org-todo-list
|
||||||
:desc "Search notes" "s" #'+default/org-notes-search
|
:desc "Search notes" "s" #'+default/org-notes-search
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue