[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Fill-column
smart-documents.org
@@ -62,8 +62,8 @@
62
62
63
63
* First-time setup
64
64
65
Removed:
The following code blocks are normally evaluated once---upon starting Emacs for
66
Removed:
the first time.
65
Added:
The following code blocks are normally evaluated once---upon
66
Added:
starting Emacs for the first time.
67
67
68
68
** TODO Unpacking our literate configuration
69
69
:PROPERTIES:
@@ -139,10 +139,11 @@
139
139
140
140
** File system paths
141
141
142
Removed:
In this subsection, we tell Emacs about relevant paths to resources.
142
Added:
In this subsection, we tell Emacs about relevant paths to
143
Added:
resources.
143
144
144
Removed:
On my MS Windows machine, I add the path to Portable Git.[fn::Download from
145
Removed:
https://git-scm.com/download/win]
145
Added:
On my MS Windows machine, I add the path to Portable
146
Added:
Git.[fn::Download from https://git-scm.com/download/win]
146
147
147
148
#+BEGIN_SRC emacs-lisp :tangle yes
148
149
(when (string-equal system-type "windows-nt")
@@ -185,11 +186,11 @@
185
186
186
187
If no file is found, Emacs then loads in its purely vanilla state.
187
188
188
Removed:
** Profiling --- start
189
Added:
** Profiling---start
189
190
190
191
We start the profiler now , and will interrupt it in Section
191
Removed:
[[Profiling --- stop]]. We will then present profiling report in
192
Removed:
Section [[Profiling --- report]].
192
Added:
[[Profiling---stop]]. We will then present profiling report in
193
Added:
Section [[Profiling---report]].
193
194
194
195
#+NAME: profiler-start
195
196
#+BEGIN_SRC emacs-lisp :tangle yes
@@ -288,7 +289,7 @@
288
289
version-control t ; Use version numbers on backups
289
290
delete-old-versions t ; Automatically delete excess backups
290
291
kept-new-versions 20 ; how many of the newest versions to keep
291
Removed:
kept-old-versions 5) ; and how many of the old
292
Added:
kept-old-versions 5) ; and how many of the old
292
293
#+END_SRC
293
294
294
295
** Initial and default frames
@@ -1005,7 +1006,7 @@
1005
1006
org-startup-indented t
1006
1007
org-src-preserve-indentation nil
1007
1008
org-edit-src-content-indentation 2
1008
Removed:
org-ellipsis " ") ; folding symbol
1009
Added:
org-ellipsis " ▷ ") ; folding symbol
1009
1010
#+END_SRC
1010
1011
1011
1012
*** Dynamic numbering of headlines
@@ -1641,25 +1642,27 @@
1641
1642
[[~/.emacs.d/img/smart-documents/ClaudeGaramond.jpeg]]
1642
1643
1643
1644
#+LATEX: \garamond
1644
Removed:
#+LATEX: \lettrine{G}ood golly,
1645
Removed:
nobody wishes for a /pedestrian/ theme! Let your entourage know that you're
1646
Removed:
rocking an editor fit for a king with this finely crafted `wealthy'
1647
Removed:
theme. Selecting it shall enable the following fancitudes:
1645
Added:
\lettrine{G}{ood} golly, nobody wishes for a /pedestrian/ theme!
1646
Added:
Let your entourage know that you're rocking an editor fit for a
1647
Added:
king with this finely crafted `wealthy' theme. Selecting it shall
1648
Added:
enable the following fancitudes:
1648
1649
1649
1650
1. The default font shall be sublimed in the form of /EB Garamond/
1650
1651
2. Bullets will be tastefully replaced with pointing fingers
1651
1652
3. Heading stars will be replaced with Black Queen chess pieces
1652
1653
1653
1654
#+BEGIN_QUOTE
1654
Removed:
*Claude Garamont* (c. 1510--1561), known commonly as *Claude Garamond*, was a
1655
Removed:
French type designer, publisher and punch-cutter based in Paris. Garamond
1656
Removed:
worked as an engraver of punches, the masters used to stamp matrices, the
1657
Removed:
moulds used to cast metal type. He worked in the tradition now called old-style
1658
Removed:
serif design, which produced letters with a relatively organic structure
1659
Removed:
resembling handwriting with a pen but with a slightly more structured and
1660
Removed:
upright design. Considered one of the leading type designers of all time, he is
1661
Removed:
recognised to this day for the elegance of his typefaces. Many old-style serif
1662
Removed:
typefaces are collectively known as Garamond, named after the designer.
1655
Added:
\lettrine{C}{laude} Garamont (c. 1510--1561), known commonly as
1656
Added:
*Claude Garamond*, was a French type designer, publisher and
1657
Added:
punch-cutter based in Paris. Garamond worked as an engraver of
1658
Added:
punches, the masters used to stamp matrices, the moulds used to
1659
Added:
cast metal type. He worked in the tradition now called old-style
1660
Added:
serif design, which produced letters with a relatively organic
1661
Added:
structure resembling handwriting with a pen but with a slightly
1662
Added:
more structured and upright design. Considered one of the leading
1663
Added:
type designers of all time, he is recognised to this day for the
1664
Added:
elegance of his typefaces. Many old-style serif typefaces are
1665
Added:
collectively known as Garamond, named after the designer.
1663
1666
1664
1667
From [[https://en.wikipedia.org/wiki/Claude_Garamond]]
1665
1668
#+END_QUOTE
@@ -1684,13 +1687,13 @@
1684
1687
left to do is to interrupt our profiling activities, and smartly
1685
1688
store the result of our profiling.
1686
1689
1687
Removed:
** Profiling --- stop
1690
Added:
** Profiling---stop
1688
1691
1689
1692
#+BEGIN_SRC emacs-lisp :tangle yes
1690
1693
;; (profiler-stop)
1691
1694
#+END_SRC
1692
1695
1693
Removed:
** Profiling --- report
1696
Added:
** Profiling---report
1694
1697
1695
1698
#+BEGIN_SRC emacs-lisp :tangle yes
1696
1699
;; (profiler-report)