`fill-column' rationale.

Commit
2560d6e4e736560c7ab0793003a4f399669d832d
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
smart-documents.org
index 2c3c41d0..38b26843 100644..100644
@@ -1580,8 +1580,8 @@
1580 1580
1581 1581 *** Column filling
1582 1582
1583 Removed: A line of text is considered ``filled'' when it reaches 70 characters
1584 Removed: in length.
1583 Added: We leave the default ~fill-column~ unchanged, so as to minimally
1584 Added: disrupt a user's existing documents.
1585 1585
1586 1586 #+BEGIN_SRC emacs-lisp :tangle yes
1587 1587 (add-hook 'org-mode-hook
@@ -1597,7 +1597,7 @@
1597 1597 within the editor. This is mostly for a subjective ``cool'' factor.
1598 1598
1599 1599 #+BEGIN_SRC emacs-lisp :tangle yes
1600 Removed: (global-prettify-symbols-mode 1)
1600 Added: (global-prettify-symbols-mode 1)
1601 1601 #+END_SRC
1602 1602
1603 1603 *** Org mode sugar