diff --git a/config/doom/config.el b/config/doom/config.el index 67f1289..65c5da1 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -31,13 +31,16 @@ ;; If you use `org' and don't want your org files in the default location below, ;; change `org-directory'. It must be set before org loads! -(setq org-directory "~/org/") +(setq org-directory "~/Dokumente/Org") +(setq org-agenda-files '("~/Dokumente/Org")) + +(add-to-list 'org-modules 'ol-bibtex) +(add-to-list 'org-modules 'org-habit) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. (setq display-line-numbers-type t) - ;; Here are some additional functions/macros that could help you configure Doom: ;; ;; - `load!' for loading external *.el files relative to this one diff --git a/config/doom/custom.el b/config/doom/custom.el index d419849..037b786 100644 --- a/config/doom/custom.el +++ b/config/doom/custom.el @@ -3,8 +3,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(org-agenda-files (quote ("~/Dokumente/Org"))) - '(org-modules (quote (ol-bibtex org-habit)))) +) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.