From 519bc76ae9cbb5f54b7b39c6620b7723d18093c4 Mon Sep 17 00:00:00 2001 From: Inhji Date: Mon, 17 Aug 2020 22:27:14 +0200 Subject: [PATCH] clean up custom and add hugo export and org stuff --- config/doom/config.el | 7 +++++-- config/doom/custom.el | 3 +-- 2 files changed, 6 insertions(+), 4 deletions(-) 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.