mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 12:00:24 +10:00
Removing duplicated line about org roam.
This commit is contained in:
@@ -283,7 +283,6 @@
|
|||||||
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
|
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
|
||||||
(setq org-directory "~/nc/Org/"
|
(setq org-directory "~/nc/Org/"
|
||||||
org-agenda-files '("~/nc/Org/agenda.org")
|
org-agenda-files '("~/nc/Org/agenda.org")
|
||||||
org-roam-directory "~/nc/Roam/"
|
|
||||||
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
||||||
org-ellipsis " ▼ "
|
org-ellipsis " ▼ "
|
||||||
org-log-done 'time
|
org-log-done 'time
|
||||||
|
|||||||
@@ -529,7 +529,6 @@ I wrapped most of this block in (after! org). Without this, my settings might b
|
|||||||
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
|
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))
|
||||||
(setq org-directory "~/nc/Org/"
|
(setq org-directory "~/nc/Org/"
|
||||||
org-agenda-files '("~/nc/Org/agenda.org")
|
org-agenda-files '("~/nc/Org/agenda.org")
|
||||||
org-roam-directory "~/nc/Roam/"
|
|
||||||
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
org-default-notes-file (expand-file-name "notes.org" org-directory)
|
||||||
org-ellipsis " ▼ "
|
org-ellipsis " ▼ "
|
||||||
org-log-done 'time
|
org-log-done 'time
|
||||||
|
|||||||
Reference in New Issue
Block a user