diff options
author | noa@gaiwan.org | 2024-08-10 10:19:01 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-08-10 10:19:01 +0000 |
commit | 9daf6c488e5fc76b87ce55f21ff69a528899b5fc (patch) | |
tree | 12f67e66dcbad2a1a192b04cd1ea589d5abf91a4 /config.org | |
parent | f155697feea396d3cb367cd1960d54ff8600488c (diff) |
Remove unused org config and add startup folded
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 3 |
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) |