Change truncation ellipsis

This commit is contained in:
Case Duckworth 2022-01-03 15:17:18 -06:00
parent 603cec0f11
commit 69ed56fed8
1 changed files with 5 additions and 3 deletions

View File

@ -23,12 +23,14 @@
private))
(require (or (car-safe feature) feature) (cdr-safe feature) :noerror))
(setq debug-on-error t)
(setup (:require +emacs)
(:also-load +lisp)
;; +emacs.el contains super-basic defaults that are basically necessary for
;; good functioning. In this block, I add extra things or more "experimental"
;; ones that might not belong in a separate file.
(:option truncate-string-ellipsis "~")
(:option truncate-string-ellipsis "")
;; Bindings
(:global "C-x C-k" #'kill-current-buffer
"C-x 4 n" #'clone-buffer
@ -378,8 +380,8 @@
org-clock-persist t
org-confirm-babel-evaluate nil
org-cycle-separator-lines 0
org-directory "~/org"
org-ellipsis ""
org-directory (sync/ "org/" t)
org-ellipsis truncate-string-ellipsis
org-export-coding-system 'utf-8-unix
org-export-headline-levels 8
org-export-with-section-numbers nil