diff options
-rw-r--r-- | init.el | 4 |
1 files changed, 2 insertions, 2 deletions
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'." | |||
2011 | org-src-window-setup 'current-window | 2011 | org-src-window-setup 'current-window |
2012 | org-startup-truncated nil | 2012 | org-startup-truncated nil |
2013 | org-startup-with-inline-images t | 2013 | org-startup-with-inline-images t |
2014 | org-tags-column (- fill-column)) | 2014 | org-tags-column (- (- fill-column (length org-ellipsis)))) |
2015 | 2015 | ||
2016 | (:bind "RET" #'acdw-org/return-dwim | 2016 | (:bind "RET" #'acdw-org/return-dwim |
2017 | "<S-return>" #'acdw-org/org-table-copy-down | 2017 | "<S-return>" #'acdw-org/org-table-copy-down |
@@ -2490,7 +2490,7 @@ If used with a numeric prefix argument N, N backticks will be inserted." | |||
2490 | (add-hook 'rfn-eshadow-update-overlay-hook #'vertico-directory-tidy)) | 2490 | (add-hook 'rfn-eshadow-update-overlay-hook #'vertico-directory-tidy)) |
2491 | 2491 | ||
2492 | (setup (:straight visual-fill-column) | 2492 | (setup (:straight visual-fill-column) |
2493 | (:option visual-fill-column-width (+ fill-column 4) | 2493 | (:option visual-fill-column-width fill-column |
2494 | visual-fill-column-center-text t | 2494 | visual-fill-column-center-text t |
2495 | (append reading-modes) '(visual-fill-column-mode . +1)) | 2495 | (append reading-modes) '(visual-fill-column-mode . +1)) |
2496 | (:hook-into org-mode) | 2496 | (:hook-into org-mode) |