Add missing Notes bindings to evil and emacs

This commit is contained in:
Brian McGillion
2020-04-17 16:45:26 +04:00
parent 2dd84b8e2f
commit 317beed13c
2 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,10 @@
:desc "Bibliographic entries" "b"
(cond ((featurep! :completion ivy) #'ivy-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)
:desc "Org noter" "e" #'org-noter)