Doom
This commit is contained in:
@ -413,7 +413,7 @@
|
|||||||
;; Edit settings
|
;; Edit settings
|
||||||
org-auto-align-tags nil
|
org-auto-align-tags nil
|
||||||
org-tags-column 0
|
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-special-ctrl-a/e t
|
||||||
org-insert-heading-respect-content t
|
org-insert-heading-respect-content t
|
||||||
|
|
||||||
@ -422,6 +422,8 @@
|
|||||||
org-pretty-entities t
|
org-pretty-entities t
|
||||||
org-ellipsis "…"
|
org-ellipsis "…"
|
||||||
|
|
||||||
|
org-modern-table nil ;; has graphical glitches when collapsing headlines
|
||||||
|
|
||||||
;; Agenda styling
|
;; Agenda styling
|
||||||
org-agenda-block-separator ?─
|
org-agenda-block-separator ?─
|
||||||
org-agenda-time-grid
|
org-agenda-time-grid
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
;; 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-agenda-files
|
'(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
|
'(safe-local-variable-values
|
||||||
'((projectile-project-root . "~/Dotfiles/doom/.config/doom"))))
|
'((projectile-project-root . "~/Dotfiles/doom/.config/doom"))))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
|
Reference in New Issue
Block a user