Add keymap to add file to citar

This commit is contained in:
Evie Litherland-Smith 2023-11-05 06:04:04 +00:00
parent e0d43ac02b
commit 52a51a8700

View file

@ -51,7 +51,8 @@
(note "N" . "󰎞") (note "N" . "󰎞")
(link "L" . "󰌹"))) (link "L" . "󰌹")))
(when (require 'citar nil :noerror) (when (require 'citar nil :noerror)
(keymap-global-set "C-c o c o" #'citar-open)) (keymap-global-set "C-c o c o" #'citar-open)
(keymap-global-set "C-c o c a" #'citar-add-file-to-library))
(setq khalel-import-org-file (expand-file-name "calendar.org" org-directory) (setq khalel-import-org-file (expand-file-name "calendar.org" org-directory)
khalel-import-org-file-read-only nil khalel-import-org-file-read-only nil