[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Fix variable-pitch font.
Changed files
custom.el
@@ -17,7 +17,7 @@
17
17
'(cua-mode t nil (cua-base))
18
18
'(custom-enabled-themes nil)
19
19
'(custom-safe-themes
20
Removed:
'("d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
20
Added:
'("acad5bdfb9965352b90f50b2ffc47fbfd1ac708dcfbef8354aadc38240f1e478" "42e821f3d0d3a0ee44210b5d3bfc2f89f1a62d095512ec59737457209373d47b" "b969eb451a141d5d438b9b9814ed85252ad4411d71385cd5217a4a7f51844677" "d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
21
21
'(electric-indent-mode t)
22
22
'(erc-autojoin-channels-alist
23
23
'(("freenode.net" "##linux" "#linux" "#archlinux" "#emacs" "#bitcoin" "#latex" "#org-mode" "#python")))
smart-documents.org
@@ -2,7 +2,7 @@
2
2
3
3
#+TITLE: Smart Documents
4
4
#+AUTHOR: Marius Peter
5
Removed:
#+DATE: <2020-12-02 Wed>
5
Added:
#+DATE: <2020-12-19 Sat>
6
6
#+EMAIL: blendoit@gmail.com
7
7
#+STARTUP: showall
8
8
#+SETUPFILE: ~/.emacs.d/templates/documents/default.org
themes/sd-dark-theme.el
@@ -1,5 +1,5 @@
1
1
(deftheme sd-dark
2
Removed:
"Created 2020-12-19.")
2
Added:
"Created 2020-12-20.")
3
3
4
4
(custom-theme-set-faces
5
5
'sd-dark
@@ -86,7 +86,7 @@
86
86
'(swiper-match-face-4 ((t (:foreground "yellow" :inherit isearch))))
87
87
'(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black"))))
88
88
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
89
Removed:
'(variable-pitch ((t (:weight thin :family "Public Sans"))))
89
Added:
'(variable-pitch ((t (:family "Public Sans"))))
90
90
'(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack"))))
91
91
'(default ((t (:background "grey20" :foreground "white" :height 142 :family "Hack")))))
92
92