diff options
author | Blendoit <blendoit@gmail.com> | 2020-11-10 19:00:15 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-11-10 19:00:15 -0800 |
commit | 0d6b56cb8d97c2ea7e865e5abf00913bfdabf547 (patch) | |
tree | 06bd126381d9224e3eedffcda96d36e61d2985c0 | |
parent | 95456f80f601d7a947bab9cc9bc3199adaae39e1 (diff) |
Fill column is 66.
-rw-r--r-- | smart-documents.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/smart-documents.org b/smart-documents.org index 7f79de5..f715448 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1276,6 +1276,13 @@ The keybinding for opening a recently visited file is described in paragraph (run-at-time nil (* 5 60) 'recentf-save-list) #+END_SRC +*** Fill column + +#+BEGIN_SRC emacs-lisp :tangle yes + (setq fill-column 66) +#+END_SRC + + ** Frame *** Header & mode lines |