clean up custom and add hugo export and org stuff

This commit is contained in:
Inhji 2020-08-17 22:27:14 +02:00
parent 6c7506f9a4
commit 519bc76ae9
2 changed files with 6 additions and 4 deletions

View File

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

View File

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