|
|
@@ -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 |
|
|
|