diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-19 19:35:29 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-19 19:35:29 -0800 |
commit | 2560d6e4e736560c7ab0793003a4f399669d832d (patch) | |
tree | 7f7abcf2e50d2ce8b05f42fc2f4492c0f9f77b67 | |
parent | 3cf3beefee74305c847f8f6a5176b8d449013a1c (diff) |
`fill-column' rationale.
-rw-r--r-- | smart-documents.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/smart-documents.org b/smart-documents.org index 2c3c41d..38b2684 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1580,8 +1580,8 @@ Save cursor location in visited buffer after closing it or Emacs. *** Column filling -A line of text is considered ``filled'' when it reaches 70 characters -in length. +We leave the default ~fill-column~ unchanged, so as to minimally +disrupt a user's existing documents. #+BEGIN_SRC emacs-lisp :tangle yes (add-hook 'org-mode-hook @@ -1597,7 +1597,7 @@ We want the Emacs Lisp keyword =lambda= to be rendered as \lambda within the editor. This is mostly for a subjective ``cool'' factor. #+BEGIN_SRC emacs-lisp :tangle yes -(global-prettify-symbols-mode 1) + (global-prettify-symbols-mode 1) #+END_SRC *** Org mode sugar |