summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-09 08:01:27 -0600
committerCase Duckworth2020-11-09 08:01:27 -0600
commitdfd0e7a748fee63b1be3e7b5ae72dd6ea541b1a5 (patch)
tree0944856a1d056a9ffd73a0e8ba927b5dc906bc99 /config.org
parentWhitelist WC after load (diff)
downloademacs-dfd0e7a748fee63b1be3e7b5ae72dd6ea541b1a5.tar.gz
emacs-dfd0e7a748fee63b1be3e7b5ae72dd6ea541b1a5.zip
Change fill column to 80
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 12c4095..3f4e0b3 100644 --- a/config.org +++ b/config.org
@@ -689,7 +689,7 @@ I was using company, but I think it might've been causing issues with ~awk-mode~
689 :custom 689 :custom
690 (split-window-preferred-function 'visual-fill-column-split-window-sensibly) 690 (split-window-preferred-function 'visual-fill-column-split-window-sensibly)
691 (visual-fill-column-center-text t) 691 (visual-fill-column-center-text t)
692 (fill-column 100) 692 (fill-column 80)
693 :config 693 :config
694 (advice-add 'text-scale-adjust 694 (advice-add 'text-scale-adjust
695 :after #'visual-fill-column-adjust) 695 :after #'visual-fill-column-adjust)