big org cleanup
This commit is contained in:
parent
90b4bd7d92
commit
31fccdadb2
1 changed files with 1 additions and 12 deletions
13
init.el
13
init.el
|
@ -216,12 +216,11 @@
|
|||
:init
|
||||
;; we need indentation
|
||||
(setq org-startup-indented t
|
||||
org-hide-leading-stars nil
|
||||
org-startup-folded 'content)
|
||||
;; default agenda files
|
||||
(setq org-agenda-files '("~/nextcloud/org/"
|
||||
"~/nextcloud/org/phone/"
|
||||
"~/nextcloud/org/learning/SICP/"
|
||||
"~/nextcloud/org/learning/kernighan-ritchie/"
|
||||
"~/nextcloud/org/roam/"
|
||||
"~/nextcloud/org/roam/daily/"
|
||||
"~/Seafile/ORG/"))
|
||||
|
@ -287,16 +286,6 @@
|
|||
:init (setq org-roam-directory "~/nextcloud/org/roam"
|
||||
org-roam-db-update-method 'immediate))
|
||||
|
||||
(use-package org-ref
|
||||
:straight t
|
||||
:after org
|
||||
:init (setq bibtex-completion-bibliography
|
||||
'("~/Seafile/ORG/complete-library.bib")))
|
||||
|
||||
(use-package org-noter
|
||||
:straight t
|
||||
:after org)
|
||||
|
||||
(use-package org-download
|
||||
:straight t
|
||||
:init (setq org-download-method 'directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue