From: Mark Wooding Date: Tue, 19 Oct 2021 13:17:41 +0000 (+0100) Subject: el/dot-emacs.el: Make `mdw-column-width' and `mdw-text-width' be user vars. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/cdc432af0e174f2f2a13c7d1478863635e7380fd el/dot-emacs.el: Make `mdw-column-width' and `mdw-text-width' be user vars. I keep trying to do `set-variable' on them. --- 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.