Skip to content

Commit

Permalink
add org-journal and submodule lsp-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
chens committed Nov 15, 2024
1 parent 2043c74 commit 5eee576
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@
[submodule "site-lisp/org-zettel-ref-mode"]
path = site-lisp/org-zettel-ref-mode
url = [email protected]:yibie/org-zettel-ref-mode.git
[submodule "site-lisp/lsp-bridge"]
path = site-lisp/lsp-bridge
url = [email protected]:manateelazycat/lsp-bridge.git
10 changes: 10 additions & 0 deletions lisp/init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -985,6 +985,16 @@ typical word processor."
(use-package org-ref
:ensure t)


(use-package org-journal
:defer t
:init
;; Change default prefix key; needs to be set before loading org-journal
(setq org-journal-prefix-key "C-c j")
:config
(setq org-journal-dir "~/org-mode/roam/journal/"
org-journal-date-format "%A, %d %B %Y"))

(use-package org-roam-bibtex
:after org-roam
:config
Expand Down
1 change: 1 addition & 0 deletions site-lisp/lsp-bridge
Submodule lsp-bridge added at 41530f

0 comments on commit 5eee576

Please sign in to comment.