From 7ea30ebdfdfde550cc9c72d48a47b00487b6428a Mon Sep 17 00:00:00 2001 From: "Kelly (KT) Thompson" Date: Sun, 16 May 2021 16:22:05 -0600 Subject: [PATCH] Set fill column for tex documents to 100. --- environment/elisp/draco-config-modes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/environment/elisp/draco-config-modes.el b/environment/elisp/draco-config-modes.el index 5edaaf036d..0a1e668040 100644 --- a/environment/elisp/draco-config-modes.el +++ b/environment/elisp/draco-config-modes.el @@ -419,6 +419,7 @@ parameters on creation of buffers managed by cc-mode.el for Nix's personal codin (local-set-key "\C-c %" 'comment-region) (draco-mode-update-menu (draco-menu-insert-comments-tex)) ;(turn-on-bib-cite) + (set-fill-column draco-code-comment-width) (turn-on-reftex) (turn-on-reftex) (setq reftex-plug-into-AUCTeX t)