From 69ed56fed8e3c6f3cf19614da6afbc4371e6d2d1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 3 Jan 2022 15:17:18 -0600 Subject: Change truncation ellipsis --- init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 0d4716b..13de7ce 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit 1.4.1-21-gabe81