diff options
author | Case Duckworth | 2021-05-21 11:09:18 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-21 11:09:18 -0500 |
commit | 343cdc108ae1c48094a7176c3d24d5cccfd8ac98 (patch) | |
tree | 5c594a9a96531aacfbb00c51950080ff8d044fde | |
parent | Add `comment-or-uncomment-sexp' (diff) | |
download | emacs-343cdc108ae1c48094a7176c3d24d5cccfd8ac98.tar.gz emacs-343cdc108ae1c48094a7176c3d24d5cccfd8ac98.zip |
Change org-ellipsis
Trying to get a character that works in most character encodings
-rw-r--r-- | init.el | 2 |
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 |