Compare commits
No commits in common. "87fb1cbfe8cc2bc2119152c32da23e20b8f7a509" and "f637fdb0cf8ec8edfa2fece967084105853dedb3" have entirely different histories.
87fb1cbfe8
...
f637fdb0cf
@ -61,7 +61,7 @@
|
||||
:tag "@unifydb")
|
||||
(:name "Personal"
|
||||
:tag "@personal")
|
||||
(:name "Jira" :file-path ,(expand-file-name "~/org/jira")))))
|
||||
(:name "Jira" :file-path ))))
|
||||
|
||||
(use-package org-gcal
|
||||
:commands (org-gcal-sync
|
||||
@ -104,25 +104,4 @@
|
||||
("Won't Fix" . "CANCELLED")))
|
||||
(add-to-list 'org-agenda-files org-jira-working-dir))
|
||||
|
||||
;; org-roam provides backlinks between org documents
|
||||
(use-package org-roam
|
||||
:hook (org-mode . org-roam-mode)
|
||||
:custom
|
||||
(org-roam-directory "~/org")
|
||||
:bind (:map org-roam-mode-map
|
||||
(("C-c n l" . org-roam)
|
||||
("C-c n f" . org-roam-find-file)
|
||||
("C-c n g" . org-roam-graph))
|
||||
:map org-mode-map
|
||||
(("C-c n i" . org-roam-insert))
|
||||
(("C-c n I" . org-roam-insert-immediate)))
|
||||
:general
|
||||
(leader-map "of" #'org-roam-find-file)
|
||||
:config
|
||||
(general-def org-roam-mode-map "C-c n" '(nil :which-key "org-roam"))
|
||||
(general-def org-mode-map "C-c n" '(nil :which-key "org-roam"))
|
||||
(general-def 'normal org-roam-backlinks-mode-map
|
||||
"RET" #'org-open-at-point
|
||||
"q" #'bury-buffer))
|
||||
|
||||
(provide 'init-org)
|
||||
|
Loading…
Reference in New Issue
Block a user