summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-21 11:09:18 -0500
committerCase Duckworth2021-05-21 11:09:18 -0500
commit343cdc108ae1c48094a7176c3d24d5cccfd8ac98 (patch)
tree5c594a9a96531aacfbb00c51950080ff8d044fde /init.el
parentAdd `comment-or-uncomment-sexp' (diff)
downloademacs-343cdc108ae1c48094a7176c3d24d5cccfd8ac98.tar.gz
emacs-343cdc108ae1c48094a7176c3d24d5cccfd8ac98.zip
Change org-ellipsis
Trying to get a character that works in most character encodings
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 7caa90e..588079e 100644 --- a/init.el +++ b/init.el
@@ -944,7 +944,7 @@ if ripgrep is installed, otherwise `consult-grep'."
944 (:option org-adapt-indentation nil 944 (:option org-adapt-indentation nil
945 org-catch-invisible-edits 'smart 945 org-catch-invisible-edits 'smart
946 org-confirm-babel-evaluate nil 946 org-confirm-babel-evaluate nil
947 org-ellipsis " ⌵" 947 org-ellipsis " …"
948 org-export-coding-system 'utf-8-unix 948 org-export-coding-system 'utf-8-unix
949 org-export-headline-levels 8 949 org-export-headline-levels 8
950 org-export-with-section-numbers nil 950 org-export-with-section-numbers nil