summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-10-07 16:02:09 -0500
committerCase Duckworth2021-10-07 16:02:09 -0500
commit17a5cc3f3f87f3e5c2808e13c5b6a2f32e4af9b1 (patch)
tree0b8b7b2d643e248cebfd8eca7233f2129b59aab1
parentDon't use orderless-flex (diff)
downloademacs-17a5cc3f3f87f3e5c2808e13c5b6a2f32e4af9b1.tar.gz
emacs-17a5cc3f3f87f3e5c2808e13c5b6a2f32e4af9b1.zip
Change widths of things
-rw-r--r--init.el4
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)