Added org roam.

This commit is contained in:
Derek Taylor
2021-11-12 22:36:43 -06:00
parent 552d6f4abd
commit 5a56bac67b
3 changed files with 3 additions and 1 deletions

View File

@@ -283,6 +283,7 @@
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
(setq org-directory "~/Org/"
org-agenda-files '("~/Org/agenda.org")
org-roam-directory "~/Roam/"
org-default-notes-file (expand-file-name "notes.org" org-directory)
org-ellipsis ""
org-log-done 'time

View File

@@ -525,6 +525,7 @@ Note that I wrapped most of this in (after! org). Without this, my settings mig
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
(setq org-directory "~/Org/"
org-agenda-files '("~/Org/agenda.org")
org-roam-directory "~/Roam/"
org-default-notes-file (expand-file-name "notes.org" org-directory)
org-ellipsis ""
org-log-done 'time

View File

@@ -146,7 +146,7 @@
;;nim ; python + lisp at the speed of c
;;nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org +org-bullets) ; organize your plain life in plain text
(org +org-bullets +roam) ; organize your plain life in plain text
php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional