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
|
:init
|
||||||
;; we need indentation
|
;; we need indentation
|
||||||
(setq org-startup-indented t
|
(setq org-startup-indented t
|
||||||
|
org-hide-leading-stars nil
|
||||||
org-startup-folded 'content)
|
org-startup-folded 'content)
|
||||||
;; default agenda files
|
;; default agenda files
|
||||||
(setq org-agenda-files '("~/nextcloud/org/"
|
(setq org-agenda-files '("~/nextcloud/org/"
|
||||||
"~/nextcloud/org/phone/"
|
"~/nextcloud/org/phone/"
|
||||||
"~/nextcloud/org/learning/SICP/"
|
|
||||||
"~/nextcloud/org/learning/kernighan-ritchie/"
|
|
||||||
"~/nextcloud/org/roam/"
|
"~/nextcloud/org/roam/"
|
||||||
"~/nextcloud/org/roam/daily/"
|
"~/nextcloud/org/roam/daily/"
|
||||||
"~/Seafile/ORG/"))
|
"~/Seafile/ORG/"))
|
||||||
|
@ -287,16 +286,6 @@
|
||||||
:init (setq org-roam-directory "~/nextcloud/org/roam"
|
:init (setq org-roam-directory "~/nextcloud/org/roam"
|
||||||
org-roam-db-update-method 'immediate))
|
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
|
(use-package org-download
|
||||||
:straight t
|
:straight t
|
||||||
:init (setq org-download-method 'directory
|
:init (setq org-download-method 'directory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue