summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--custom.el3
-rw-r--r--smart-documents.org13
-rw-r--r--smart-documents.pdfbin478341 -> 411566 bytes
-rw-r--r--themes/sd-light-theme.el4
5 files changed, 13 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 2097df1..592d1cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,7 @@ transient/**
.cache/**
_minted*
emojis/*
+server/*
# Tangled config .el and .elc file from .org
smart-documents.el*
@@ -25,5 +26,4 @@ smart-documents.el*
# Misc
.org-id-locations
async-bytecomp.log
-fonts/*
srecode-map.el \ No newline at end of file
diff --git a/custom.el b/custom.el
index 04cd2e0..919d428 100644
--- a/custom.el
+++ b/custom.el
@@ -17,7 +17,7 @@
'(cua-mode t nil (cua-base))
'(custom-enabled-themes nil)
'(custom-safe-themes
- '("acad5bdfb9965352b90f50b2ffc47fbfd1ac708dcfbef8354aadc38240f1e478" "42e821f3d0d3a0ee44210b5d3bfc2f89f1a62d095512ec59737457209373d47b" "b969eb451a141d5d438b9b9814ed85252ad4411d71385cd5217a4a7f51844677" "d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
+ '("0ab22463613090e46ea3b4a9a63c683e5b7fb5672cbf4888c720984caf1f5de1" "f78bb8993b8eb972db7d116f46b5969b38bb793f0a26f0b85d07546ac5248098" "59104e0700545965a14e2ab985884f81e7a41a6ea92c01c55979e1b92e47ebdc" "acad5bdfb9965352b90f50b2ffc47fbfd1ac708dcfbef8354aadc38240f1e478" "42e821f3d0d3a0ee44210b5d3bfc2f89f1a62d095512ec59737457209373d47b" "b969eb451a141d5d438b9b9814ed85252ad4411d71385cd5217a4a7f51844677" "d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
'(electric-indent-mode t)
'(erc-autojoin-channels-alist
'(("freenode.net" "##linux" "#linux" "#archlinux" "#emacs" "#bitcoin" "#latex" "#org-mode" "#python")))
@@ -35,6 +35,7 @@
'(org-agenda-files '("~/org/PERSONAL/diary/diary.org"))
'(org-agenda-include-diary t)
'(org-agenda-skip-scheduled-if-deadline-is-shown 'not-today)
+ '(org-latex-compiler "lualatex")
'(org-log-done 'time)
'(org-log-done-with-time nil)
'(org-startup-align-all-tables t)
diff --git a/smart-documents.org b/smart-documents.org
index 80b6e77..6106d54 100644
--- a/smart-documents.org
+++ b/smart-documents.org
@@ -5,7 +5,7 @@
#+DATE: <2020-12-19 Sat>
#+EMAIL: blendoit@gmail.com
#+STARTUP: showall
-#+SETUPFILE: ~/.emacs.d/templates/documents/default.org
+#+SETUPFILE: ~/.emacs.d/templates/documents/ms-default.org
#+INCLUDE: ~/.emacs.d/templates/documents/default-title.org
#+LATEX_HEADER_EXTRA: \newfontfamily\garamond{EB Garamond}
@@ -293,7 +293,7 @@ Backups are very important!
We set the dimensions of the initial frame:
#+BEGIN_SRC emacs-lisp :tangle yes
- (add-to-list 'initial-frame-alist '(width . 100))
+ (add-to-list 'initial-frame-alist '(width . 100))
(add-to-list 'initial-frame-alist '(height . 50))
#+END_SRC
@@ -872,7 +872,7 @@ Python is included by default on most Linux distributions.
Org mode shines particularly when exporting to PDF---Org files can
reliably be shared and exported to PDF in a reproducible fashion.
-#+BEGIN_SRC emacs-lisp :tangle yes
+#+BEGIN_SRC emacs-lisp :tangle no
(use-package pdf-tools)
(pdf-tools-install)
#+END_SRC
@@ -1656,8 +1656,8 @@ purposefully and iteratively.
#+BEGIN_SRC emacs-lisp :tangle yes
(setq custom-theme-directory (concat user-emacs-directory "themes/"))
- ;; (load-theme 'sd-light)
- (load-theme 'sd-dark)
+ (load-theme 'sd-light)
+ ;; (load-theme 'sd-dark)
#+END_SRC
** My light and dark themes
@@ -1728,6 +1728,9 @@ the cursor is a more MS Word-like bar.
- Slightly wider than Hack
- More opinionated shapes
- Very legible parentheses, very useful for Emacs Lisp!
+- Courier
+ Prime[fn::https://quoteunquoteapps.com/courierprime/index.php] ::
+ certain monospace usages
- Jost[fn::https://indestructibletype.com/Jost.html] :: ~org-document-title~
and ~org-level-1~
- Ultra-modern
diff --git a/smart-documents.pdf b/smart-documents.pdf
index de86ace..ebdc055 100644
--- a/smart-documents.pdf
+++ b/smart-documents.pdf
Binary files differ
diff --git a/themes/sd-light-theme.el b/themes/sd-light-theme.el
index 8eb7e8a..7805900 100644
--- a/themes/sd-light-theme.el
+++ b/themes/sd-light-theme.el
@@ -1,5 +1,5 @@
(deftheme sd-light
- "Created 2020-12-19.")
+ "Created 2020-12-22.")
(custom-theme-set-faces
'sd-light
@@ -84,7 +84,7 @@
'(swiper-match-face-2 ((t (:inherit isearch))))
'(swiper-match-face-3 ((t (:foreground "chocolate" :inherit isearch))))
'(swiper-match-face-4 ((t (:foreground "yellow" :inherit isearch))))
- '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black"))))
+ '(tooltip ((t (:foreground "black" :background "gainsboro" :inherit org-meta-line))))
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
'(variable-pitch ((t (:family "Public Sans"))))
'(line-number ((t (:background "white smoke" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack"))))
Copyright 2019--2024 Marius PETER