[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Introduction tweak.
smart-documents.org
@@ -23,18 +23,17 @@
23
23
24
24
* Introduction
25
25
26
Removed:
GNU Emacs is most often used as a text editor. It would be unfair to
27
Removed:
say it is just that, because Emacs is capable of so much more. The
28
Removed:
utmost level of customization is afforded by enabling the user to
29
Removed:
rewrite /any/ part of the source code and observe the editor's
30
Removed:
modified behavior in real time. Since its inception in 1984, GNU Emacs
31
Removed:
has grown to be much more than a full-featured, high-productivity text
32
Removed:
editor---new /modes/ have been written to interact with hundreds of
33
Removed:
file formats, including =.txt=, =.pdf=, =.jpg=, =.csv=, and =.zip=
34
Removed:
just to name a few. This paper itself was written in /Org mode/, a
35
Removed:
collection of functions enabling the harmonious mixing of code and
36
Removed:
comments in view of publication: this is the endgame of /literate
37
Removed:
programming/, and the basis of my vision for /Smart Documents/.
26
Added:
GNU Emacs is most often used as a text editor. The utmost level of
27
Added:
customization is afforded by the ability to rewrite /any/ part of the
28
Added:
source code and observe the editor's modified behavior in real
29
Added:
time. Since its inception in 1984, GNU Emacs has grown to be much more
30
Added:
than a full-featured, high-productivity text editor---new /modes/ have
31
Added:
been written to interact with hundreds of file formats, including
32
Added:
=.txt=, =.pdf=, =.jpg=, =.csv=, and =.zip= just to name a few. This
33
Added:
paper itself was written in /Org mode/, a collection of functions
34
Added:
enabling the harmonious mixing of code and comments in view of
35
Added:
publication: this is the endgame of /literate programming/, and the
36
Added:
basis of my vision for /Smart Documents/.
38
37
39
38
The following sections were laid out very deliberately. When we start
40
39
Emacs, the source code blocks contained in this document are evaluated