summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.org b/config.org
index 17aa689..e51275c 100644
--- a/config.org
+++ b/config.org
@@ -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)