diff options
author | Blendoit <blendoit@gmail.com> | 2021-02-09 21:38:17 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2021-02-09 21:38:17 -0800 |
commit | 32901ff5720425adb5a18d9fb77157f8a58dfc3b (patch) | |
tree | 8afb0297c820e42b52f021909bef592000ee4977 | |
parent | 345fb6f7a72fdfe0dce34484a9a1c794830ac526 (diff) |
Boring intro!
-rw-r--r-- | smart-documents.org | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/smart-documents.org b/smart-documents.org index cb12221..924d7c6 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -34,18 +34,6 @@ paper is a /Smart Document/ itself! * Introduction -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, comments and content 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 sequentially---our editing environment is constructed in real time as |