[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Misc.
smart-documents.org
@@ -441,7 +441,7 @@
441
441
#+CAPTION[Navigation keybindings]: Navigation keybindings.
442
442
#+ATTR_LATEX: :booktabs t
443
443
| | *Backwards* | *Forwards* |
444
Removed:
|-----------+-----------+----------|
444
Added:
|-----------+-------------+------------|
445
445
| Character | =M-h= | =M-l= |
446
446
| Line | =M-k= | =M-j= |
447
447
| Word | =M-f= | =M-b= |
@@ -1419,8 +1419,8 @@
1419
1419
1420
1420
#+BEGIN_SRC emacs-lisp :tangle yes
1421
1421
(recentf-mode 1)
1422
Removed:
(setq recentf-max-menu-items 25)
1423
Removed:
(setq recentf-max-saved-items 25)
1422
Added:
(setq recentf-max-menu-items 100)
1423
Added:
(setq recentf-max-saved-items 100)
1424
1424
(run-at-time nil (* 5 60) 'recentf-save-list)
1425
1425
#+END_SRC
1426
1426
@@ -1672,21 +1672,21 @@
1672
1672
#+NAME: theme-color-1
1673
1673
#+CAPTION[Light and dark themes' colors]: Light and dark themes' colors.
1674
1674
#+ATTR_LATEX: :booktabs t
1675
Removed:
| Color | ~blendoit-light~ | ~blendoit-dark~ |
1675
Added:
| Color | ~blendoit-light~ | ~blendoit-dark~ |
1676
1676
|---------------------------------+---------------------------------+--------------------|
1677
1677
| Black | default text | default background |
1678
Removed:
| Lighter shades | lesser headers | /n/a/ |
1678
Added:
| Lighter shades | lesser headers | /n/a/ |
1679
1679
| White | default background | default text |
1680
Removed:
| Darker shades | /n/a/ | lesser headers |
1681
Removed:
| \color{Red} Red | negative | /same/ |
1682
Removed:
| \color{Tomato} Tomato | timestamp `TODO' | /same/ |
1683
Removed:
| \color{Green} Green | positive | /same/ |
1684
Removed:
| \color{ForestGreen} ForestGreen | timestamp `DONE' | /same/ |
1685
Removed:
| \color{Blue} Blue | interactive content; links | /same/ |
1686
Removed:
| \color{SteelBlue} SteelBlue | anything Org mode; anchor color | /same/ |
1687
Removed:
| \color{DeepSkyBlue} DeepSkyBlue | ~highlight~ | /same/ |
1688
Removed:
| \color{DodgerBlue} DodgerBlue | ~isearch~ | /same/ |
1689
Removed:
| \color{Purple} Purple | Code syntax highlighting | /same/ |
1680
Added:
| Darker shades | /n/a/ | lesser headers |
1681
Added:
| \color{Red} Red | negative | /same/ |
1682
Added:
| \color{Tomato} Tomato | timestamp `TODO' | /same/ |
1683
Added:
| \color{Green} Green | positive | /same/ |
1684
Added:
| \color{ForestGreen} ForestGreen | timestamp `DONE' | /same/ |
1685
Added:
| \color{Blue} Blue | interactive content; links | /same/ |
1686
Added:
| \color{SteelBlue} SteelBlue | anything Org mode; anchor color | /same/ |
1687
Added:
| \color{DeepSkyBlue} DeepSkyBlue | ~highlight~ | /same/ |
1688
Added:
| \color{DodgerBlue} DodgerBlue | ~isearch~ | /same/ |
1689
Added:
| \color{Purple} Purple | Code syntax highlighting | /same/ |
1690
1690
1691
1691
*** Cursors
1692
1692
@@ -1841,7 +1841,21 @@
1841
1841
of the paper, it becomes difficult to identify which one is causing
1842
1842
trouble.
1843
1843
1844
Removed:
\appendix
1844
Added:
#+LATEX: \appendix
1845
Added:
* Old introduction
1846
Added:
1847
Added:
GNU Emacs is most often used as a text editor. The utmost level of
1848
Added:
customization is afforded by the ability to rewrite /any/ part of the
1849
Added:
source code and observe the editor's modified behavior in real
1850
Added:
time. Since its inception in 1984, GNU Emacs has grown to be much more
1851
Added:
than a full-featured, high-productivity text editor---new /modes/ have
1852
Added:
been written to interact with hundreds of file formats, including
1853
Added:
=.txt=, =.pdf=, =.jpg=, =.csv=, and =.zip= just to name a few. This
1854
Added:
paper itself was written in /Org mode/, a collection of functions
1855
Added:
enabling the harmonious mixing of code, comments and content in view
1856
Added:
of publication: this is the endgame of /literate programming/, and the
1857
Added:
basis of my vision for /Smart Documents/.
1858
Added:
1845
1859
* Unpacking our literate configuration
1846
1860
:PROPERTIES:
1847
1861
:sd-unpack-path: sd.el