[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Boring intro!
smart-documents.org
@@ -34,18 +34,6 @@
34
34
35
35
* Introduction
36
36
37
Removed:
GNU Emacs is most often used as a text editor. The utmost level of
38
Removed:
customization is afforded by the ability to rewrite /any/ part of the
39
Removed:
source code and observe the editor's modified behavior in real
40
Removed:
time. Since its inception in 1984, GNU Emacs has grown to be much more
41
Removed:
than a full-featured, high-productivity text editor---new /modes/ have
42
Removed:
been written to interact with hundreds of file formats, including
43
Removed:
=.txt=, =.pdf=, =.jpg=, =.csv=, and =.zip= just to name a few. This
44
Removed:
paper itself was written in /Org mode/, a collection of functions
45
Removed:
enabling the harmonious mixing of code, comments and content in view
46
Removed:
of publication: this is the endgame of /literate programming/, and the
47
Removed:
basis of my vision for /Smart Documents/.
48
Removed:
49
37
The following sections were laid out very deliberately. When we start
50
38
Emacs, the source code blocks contained in this document are evaluated
51
39
sequentially---our editing environment is constructed in real time as