From 1c9b0aed8b7b04e861f28f1788673ddd9111b4f4 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 4 Oct 2022 15:52:51 +0200 Subject: [PATCH] Doom --- config/doom/config.el | 4 +++- config/doom/custom.el | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/doom/config.el b/config/doom/config.el index 84b09a6c..9894f301 100644 --- a/config/doom/config.el +++ b/config/doom/config.el @@ -413,7 +413,7 @@ ;; Edit settings org-auto-align-tags nil org-tags-column 0 - org-catch-invisible-edits 'show-and-error + org-fold-catch-invisible-edits 'show-and-error org-special-ctrl-a/e t org-insert-heading-respect-content t @@ -422,6 +422,8 @@ org-pretty-entities t org-ellipsis "…" + org-modern-table nil ;; has graphical glitches when collapsing headlines + ;; Agenda styling org-agenda-block-separator ?─ org-agenda-time-grid diff --git a/config/doom/custom.el b/config/doom/custom.el index 6d27aa7f..249fed95 100644 --- a/config/doom/custom.el +++ b/config/doom/custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(org-agenda-files - '("~/Notes/Org/20220425205309-bseos_todo.org" "/home/christoph/Notes/Org/coding_projects.org" "/home/christoph/Notes/Org/20220324131647-ss2022.org" "/home/christoph/Notes/Org/20220406001207-renesas.org" "/home/christoph/Notes/Org/todo_private.org" "/home/christoph/Notes/Org/todo_ss_2022.org")) + '("~/Notes/Org/20220924183716-bachelorarbeit.org" "/home/christoph/Notes/Org/coding_projects.org" "/home/christoph/Notes/Org/20220324131647-ss2022.org" "/home/christoph/Notes/Org/20220406001207-renesas.org" "/home/christoph/Notes/Org/todo_private.org" "/home/christoph/Notes/Org/todo_ss_2022.org")) '(safe-local-variable-values '((projectile-project-root . "~/Dotfiles/doom/.config/doom")))) (custom-set-faces