From f97a46c9ce1a966c4dd32ae8e905236f2f269b23 Mon Sep 17 00:00:00 2001 From: Phil Bajsicki Date: Wed, 17 May 2023 14:52:22 +0200 Subject: [PATCH] Updated Doom Emacs config --- .config/doom/config.el | 6 +++--- .config/doom/custom.el | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 99cce90..491aa53 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -139,9 +139,9 @@ elgantt-draw-overarching-headers t elgantt-insert-header-even-if-no-timestamp nil elgantt-scroll-to-current-month-at-startup t) - elgantt-even-numbered-line-change 0.1 - elgantt-timestamps-to-display '(deadline timestamp scheduled timestamp-range) - elgantt-exclusions '(":noexport:" ":ARCHIVE:") +;; elgantt-even-numbered-line-change 0.1 + ;; elgantt-timestamps-to-display '(deadline timestamp scheduled timestamp-range) + ;; elgantt-exclusions '(":noexport:" ":ARCHIVE:") (setq elgantt-user-set-color-priority-counter 0) diff --git a/.config/doom/custom.el b/.config/doom/custom.el index b43e852..aed9b4f 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-safe-remote-resources - '("\\`https://fniessen\\.github\\.io/org-html-themes/org/theme-readtheorg\\.setup\\'" "\\`https://lvxnox\\.com/org-html-themes/org/theme-readtheorg\\.setup\\'" "\\`https://bajsicki\\.com/org-html-themes/org/theme-readtheorg\\.setup\\'"))) + '(org-safe-remote-resources '("\\`https://bajsicki\\.com\\(?:/\\|\\'\\)"))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.