diff options
author | noa@gaiwan.org | 2024-08-10 10:10:32 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-08-10 10:10:32 +0000 |
commit | f155697feea396d3cb367cd1960d54ff8600488c (patch) | |
tree | adebbd80ba8612e691d0418b85dc7c92d4d9e1c7 /config.org | |
parent | 4fc7d1719d656f3f9b25f47cf9206ee8a4723f17 (diff) |
Change icon for collapsed org heading from ellipsis to arrow
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 8c1d9fa..17aa689 100644 --- a/config.org +++ b/config.org @@ -581,7 +581,7 @@ If we enable this, emphasis markers will be hidden for a more word processor fee (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-ellipsis "↴") ;; ↩ ⤦ (setopt org-extend-today-until 4) (setopt org-adapt-indentation nil) (setopt org-log-done 'time) |