diff options
| -rw-r--r-- | config.org | 3 | 
1 files changed, 1 insertions, 2 deletions
| @@ -574,12 +574,11 @@ If we enable this, emphasis markers will be hidden for a more word processor fee  #+end_src  #+begin_src elisp +  (setopt org-startup-folded t)    (setopt org-startup-with-inline-images t)    (setopt org-image-actual-width '(300)) -  (setopt org-auto-align-tags nil)    (setopt org-tags-column 0)    (setopt org-catch-invisible-edits 'show-and-error) -  (setopt org-special-ctrl-a/e t)    (setopt org-insert-heading-respect-content t)    (setopt org-ellipsis "↴")  ;; ↩ ⤦    (setopt org-extend-today-until 4) | 
