Updated Doom Emacs config

This commit is contained in:
Phil Bajsicki 2023-05-17 14:52:22 +02:00
parent 786c0857cb
commit f97a46c9ce
2 changed files with 4 additions and 5 deletions

View file

@ -139,9 +139,9 @@
elgantt-draw-overarching-headers t elgantt-draw-overarching-headers t
elgantt-insert-header-even-if-no-timestamp nil elgantt-insert-header-even-if-no-timestamp nil
elgantt-scroll-to-current-month-at-startup t) elgantt-scroll-to-current-month-at-startup t)
elgantt-even-numbered-line-change 0.1 ;; elgantt-even-numbered-line-change 0.1
elgantt-timestamps-to-display '(deadline timestamp scheduled timestamp-range) ;; elgantt-timestamps-to-display '(deadline timestamp scheduled timestamp-range)
elgantt-exclusions '(":noexport:" ":ARCHIVE:") ;; elgantt-exclusions '(":noexport:" ":ARCHIVE:")
(setq elgantt-user-set-color-priority-counter 0) (setq elgantt-user-set-color-priority-counter 0)

View file

@ -3,8 +3,7 @@
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance. ;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(org-safe-remote-resources '(org-safe-remote-resources '("\\`https://bajsicki\\.com\\(?:/\\|\\'\\)")))
'("\\`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\\'")))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.