Add keymap to add file to citar
This commit is contained in:
parent
e0d43ac02b
commit
52a51a8700
|
@ -51,7 +51,8 @@
|
|||
(note "N" . "")
|
||||
(link "L" . "")))
|
||||
(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)
|
||||
khalel-import-org-file-read-only nil
|
||||
|
|
Loading…
Reference in a new issue