[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Misc.
Changed files
smart-documents.org
@@ -1,5 +1,4 @@
1
1
# -*- mode: org; -*-
2
Removed:
3
2
#+TITLE: Smart Documents
4
3
#+AUTHOR: Marius Peter
5
4
#+DATE: <2020-12-19 Sat>
@@ -7,7 +6,6 @@
7
6
#+STARTUP: showall
8
7
#+SETUPFILE: ~/.emacs.d/templates/documents/ms-default.org
9
8
#+INCLUDE: ~/.emacs.d/templates/documents/default-title.org
10
Removed:
11
9
#+LATEX_HEADER_EXTRA: \newfontfamily\garamond{EB Garamond}
12
10
#+LATEX_HEADER_EXTRA: \newfontfamily\publicsans{Public Sans}
13
11
@@ -172,9 +170,12 @@
172
170
173
171
#+BEGIN_QUOTE
174
172
Traditionally, file =~/.emacs= is used as the init file, although
175
Removed:
Emacs also looks at =~/.emacs.el=, =~/.emacs.d/init.el=,
176
Removed:
=~/.config/emacs/init.el=, or other locations.
173
Added:
Emacs also looks at the following locations:
177
174
175
Added:
- =~/.emacs.el=
176
Added:
- =~/.emacs.d/init.el=
177
Added:
- =~/.config/emacs/init.el=.
178
Added:
178
179
From the GNU
179
180
website[fn::[[https://www.gnu.org/software/emacs/manual/html_node/emacs/Init-File.html]]]
180
181
#+END_QUOTE
@@ -717,7 +718,7 @@
717
718
*** Complete anything interactively
718
719
719
720
#+NAME: company
720
Removed:
#+BEGIN_SRC emacs-lisp
721
Added:
#+BEGIN_SRC emacs-lisp :tangle yes
721
722
(use-package company)
722
723
(add-hook 'after-init-hook 'global-company-mode)
723
724
#+END_SRC
@@ -798,15 +799,13 @@
798
799
(use-package counsel
799
800
:bind ("M-x" . counsel-M-x)
800
801
:config (counsel-mode t))
801
Removed:
802
Removed:
(global-set-key (kbd "C-f") 'counsel-grep-or-swiper)
803
802
#+END_SRC
804
803
805
804
**** Searching for items
806
805
807
806
#+BEGIN_SRC emacs-lisp :tangle yes
808
807
(use-package swiper
809
Removed:
:bind (("C-f" . counsel-grep-or-swiper)))
808
Added:
:bind (("C-f" . swiper)))
810
809
#+END_SRC
811
810
812
811
*** IRC
@@ -841,11 +840,11 @@
841
840
842
841
*** TODO Telegram
843
842
844
Removed:
Yeah, a Telegram client is being developed for Emacs.
843
Added:
Yeah, a Telegram client exists for Emacs.
845
844
846
Removed:
#+BEGIN_SRC emacs-lisp :tangle yes
845
Added:
#+BEGIN_SRC emacs-lisp :tangle no
847
846
(use-package telega
848
Removed:
:load-path "~/github/telega.el/telega.el"
847
Added:
:load-path "~/telega.el/telega.el"
849
848
:commands (telega)
850
849
:defer t)
851
850
#+END_SRC
@@ -1010,7 +1009,7 @@
1010
1009
Org mode is so significant that this section of the paper deserves its
1011
1010
own introduction.
1012
1011
1013
Removed:
** Introduction
1012
Added:
** [#A] Introduction
1014
1013
1015
1014
Phew, after all this initialization, I can finally introduce Org mode!
1016
1015
I am so *excited*.
@@ -1239,8 +1238,8 @@
1239
1238
("pdflatex" "luatex"))
1240
1239
("" "lettrine" t
1241
1240
("pdflatex" "luatex"))
1242
Removed:
("table,svgnames" "xcolor" t ; svgnames opens up ~150 color keywords
1243
Removed:
("pdflatex"))
1241
Added:
("table,svgnames" "xcolor" t ; svgnames opens up ~150 new color keywords
1242
Added:
("pdflatex" "luatex"))
1244
1243
("skip=0.5\\baselineskip, width=0.618\\textwidth" "caption" t ; Increase space between floats and captions
1245
1244
("pdflatex" "lualatex"))))
1246
1245
#+END_SRC
smart-documents.pdf
Binary files differ