summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-05-06 12:42:01 -0500
committerCase Duckworth2022-05-06 12:42:01 -0500
commit1f8021f0eeebce55a7c66b0bfab668b63b07e721 (patch)
treeb02ee16f2dbc67cbfd143ca59715485ff40fe70e
parentindentation (diff)
downloademacs-1f8021f0eeebce55a7c66b0bfab668b63b07e721.tar.gz
emacs-1f8021f0eeebce55a7c66b0bfab668b63b07e721.zip
Hook visual-fill-column-mode into org-mode
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index c445545..d757922 100644 --- a/init.el +++ b/init.el
@@ -660,6 +660,7 @@
660 [f9] #'org-clock-out 660 [f9] #'org-clock-out
661 "C-c l" #'org-store-link) 661 "C-c l" #'org-store-link)
662 (:hook #'variable-pitch-mode 662 (:hook #'variable-pitch-mode
663 #'visual-fill-column-mode
663 #'turn-off-auto-fill 664 #'turn-off-auto-fill
664 #'org-indent-mode 665 #'org-indent-mode
665 #'prettify-symbols-mode 666 #'prettify-symbols-mode