diff options
-rw-r--r-- | smart-documents.org | 8 | ||||
-rw-r--r-- | smart-documents.pdf | bin | 435373 -> 492959 bytes | |||
-rw-r--r-- | themes/blendoit-light-theme.el | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/smart-documents.org b/smart-documents.org index 46f8529..6a3a1c0 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -2,11 +2,11 @@ #+TITLE: Smart Documents #+AUTHOR: Marius Peter -#+DATE: <2020-11-08 Sun> +#+DATE: <2020-12-02 Wed> #+EMAIL: blendoit@gmail.com #+STARTUP: showall -#+SETUPFILE: ~/.emacs.d/templates/documents/default.org -#+INCLUDE: ~/.emacs.d/templates/documents/default.org_title +#+SETUPFILE: ~/.emacs.d/templates/documents/wealthy.org +#+INCLUDE: ~/.emacs.d/templates/documents/wealthy-title.org #+LATEX_HEADER: \usepackage{lettrine} #+LATEX_HEADER_EXTRA: \newfontfamily\garamond{EB Garamond} @@ -1475,7 +1475,7 @@ document we are working on currently. '(:eval (list (if (eq (length (window-list)) 1) - (propertize " ↤ " 'mouse-face 'highlight + (propertize " ⤺ " 'mouse-face 'highlight 'face 'org-special-keyword 'local-map 'previous-buffer 'help-echo "Return to previous window.") diff --git a/smart-documents.pdf b/smart-documents.pdf Binary files differindex fc8176b..41ff3a5 100644 --- a/smart-documents.pdf +++ b/smart-documents.pdf diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 7430c36..6f41dbd 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-11-22.") + "Created 2020-11-30.") (custom-theme-set-faces 'blendoit-light @@ -31,7 +31,7 @@ '(fringe ((t (:background "white smoke")))) '(header-line ((t (:family "Jost*" :height 1.8 :weight extra-bold)))) '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) - '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :family "Hermit" :height 1.2)))) + '(mode-line ((t (:height 1.2 :family "Hack" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button))))) '(mode-line-buffer-id ((t (:weight bold)))) '(mode-line-emphasis ((t (:weight bold)))) '(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button))))) |