diff options
author | Blendoit <blendoit@gmail.com> | 2021-01-11 20:56:08 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-01-11 20:56:08 -0800 |
commit | f6dc7991fc6e7d3bda80e9c2fa4696061faab059 (patch) | |
tree | 929d15aad138ab81f4518e54e8d4a4c0aa8adc2d | |
parent | 6c6799824540d6977fd0ae7522030fd47088f5bf (diff) |
Introduction tweak.
-rw-r--r-- | smart-documents.org | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/smart-documents.org b/smart-documents.org index a82abde..6b96048 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -23,18 +23,17 @@ paper is a /Smart Document/ itself! * Introduction -GNU Emacs is most often used as a text editor. It would be unfair to -say it is just that, because Emacs is capable of so much more. The -utmost level of customization is afforded by enabling the user to -rewrite /any/ part of the source code and observe the editor's -modified behavior in real time. Since its inception in 1984, GNU Emacs -has grown to be much more than a full-featured, high-productivity text -editor---new /modes/ have been written to interact with hundreds of -file formats, including =.txt=, =.pdf=, =.jpg=, =.csv=, and =.zip= -just to name a few. This paper itself was written in /Org mode/, a -collection of functions enabling the harmonious mixing of code and -comments in view of publication: this is the endgame of /literate -programming/, and the basis of my vision for /Smart Documents/. +GNU Emacs is most often used as a text editor. The utmost level of +customization is afforded by the ability to rewrite /any/ part of the +source code and observe the editor's modified behavior in real +time. Since its inception in 1984, GNU Emacs has grown to be much more +than a full-featured, high-productivity text editor---new /modes/ have +been written to interact with hundreds of file formats, including +=.txt=, =.pdf=, =.jpg=, =.csv=, and =.zip= just to name a few. This +paper itself was written in /Org mode/, a collection of functions +enabling the harmonious mixing of code and comments in view of +publication: this is the endgame of /literate programming/, and the +basis of my vision for /Smart Documents/. The following sections were laid out very deliberately. When we start Emacs, the source code blocks contained in this document are evaluated |