From 17a5cc3f3f87f3e5c2808e13c5b6a2f32e4af9b1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 7 Oct 2021 16:02:09 -0500 Subject: Change widths of things --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 489f278..fcf37c8 100644 --- a/init.el +++ b/init.el @@ -2011,7 +2011,7 @@ browser defined in `browse-url-secondary-browser-function'." org-src-window-setup 'current-window org-startup-truncated nil org-startup-with-inline-images t - org-tags-column (- fill-column)) + org-tags-column (- (- fill-column (length org-ellipsis)))) (:bind "RET" #'acdw-org/return-dwim "" #'acdw-org/org-table-copy-down @@ -2490,7 +2490,7 @@ If used with a numeric prefix argument N, N backticks will be inserted." (add-hook 'rfn-eshadow-update-overlay-hook #'vertico-directory-tidy)) (setup (:straight visual-fill-column) - (:option visual-fill-column-width (+ fill-column 4) + (:option visual-fill-column-width fill-column visual-fill-column-center-text t (append reading-modes) '(visual-fill-column-mode . +1)) (:hook-into org-mode) -- cgit 1.4.1-21-gabe81