From cdc432af0e174f2f2a13c7d1478863635e7380fd Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 19 Oct 2021 14:17:41 +0100 Subject: [PATCH] el/dot-emacs.el: Make `mdw-column-width' and `mdw-text-width' be user vars. I keep trying to do `set-variable' on them. --- el/dot-emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index e3e1b7c..ef705cd 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -115,9 +115,9 @@ This may be at the expense of cool features.") (defvar mdw-column-width (string-to-number (or (mdw-config 'emacs-width) "77")) - "Width of Emacs columns.") + "*Width of Emacs columns.") (defvar mdw-text-width mdw-column-width - "Expected width of text within columns.") + "*Expected width of text within columns.") (put 'mdw-text-width 'safe-local-variable 'integerp) ;; Local variables hacking. -- 2.11.0