From 6e94578974dbf65af4805a00ba7442b9ee9e5166 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Mon, 25 Jan 2021 19:53:58 -0800 Subject: Misc. --- custom.el | 2 +- smart-documents.org | 19 ++++++++++--------- smart-documents.pdf | Bin 487889 -> 486721 bytes themes/sd-dark-theme.el | 14 +++++++------- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/custom.el b/custom.el index a5cec10..87308f1 100644 --- a/custom.el +++ b/custom.el @@ -17,7 +17,7 @@ '(cua-mode t nil (cua-base)) '(custom-enabled-themes nil) '(custom-safe-themes - '("ead651605f16df2a083b4c4eab257431d43466fd64ffdd250a74903e17514eb5" "83c667eb773dd6eac32858a594a31db24a4532a84ddca556662368e973d1ab9a" "5044fdd45063c12cb6bc71c761107450e7479b0a84b86f80bb2b611e40fe107b" "00e0319cafc510a17bd345bd0c822fb532e895e6317cda1c9843f4f1b74f04e1" "a643864a52d717b433c4bb4192b9d3c852bf07c32d97d1d5f7b328611d05f6cc" "59ca8d4d11e2b627bcaa2bb21abe61a1ee8fcfde7ef96c562675cd07b08075fb" "cf67a11d183c51346987b06c09ed77452aa58d91bf1eedc79a294fa26cc3ec6d" "e2c3c758924389bb7d54e1b7c89c8abce4a704226e66e3a0db4f0208d1cb58fd" "16c5f25cabfc28514fdb353df38955bb660abdb53b071d38c2e031bcd2dd5f10" "0ab22463613090e46ea3b4a9a63c683e5b7fb5672cbf4888c720984caf1f5de1" "f78bb8993b8eb972db7d116f46b5969b38bb793f0a26f0b85d07546ac5248098" "59104e0700545965a14e2ab985884f81e7a41a6ea92c01c55979e1b92e47ebdc" "acad5bdfb9965352b90f50b2ffc47fbfd1ac708dcfbef8354aadc38240f1e478" "42e821f3d0d3a0ee44210b5d3bfc2f89f1a62d095512ec59737457209373d47b" "b969eb451a141d5d438b9b9814ed85252ad4411d71385cd5217a4a7f51844677" "d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default)) + '("2794f5f3ff53a7a7c2df9508591f8972b2c91353287a932f36d40f7e81bba1ff" "a000c934773ed060a1461166f74ef24d50b8c53bb4bf8667bfe7364ab1841f8e" "ead651605f16df2a083b4c4eab257431d43466fd64ffdd250a74903e17514eb5" "83c667eb773dd6eac32858a594a31db24a4532a84ddca556662368e973d1ab9a" "5044fdd45063c12cb6bc71c761107450e7479b0a84b86f80bb2b611e40fe107b" "00e0319cafc510a17bd345bd0c822fb532e895e6317cda1c9843f4f1b74f04e1" "a643864a52d717b433c4bb4192b9d3c852bf07c32d97d1d5f7b328611d05f6cc" "59ca8d4d11e2b627bcaa2bb21abe61a1ee8fcfde7ef96c562675cd07b08075fb" "cf67a11d183c51346987b06c09ed77452aa58d91bf1eedc79a294fa26cc3ec6d" "e2c3c758924389bb7d54e1b7c89c8abce4a704226e66e3a0db4f0208d1cb58fd" "16c5f25cabfc28514fdb353df38955bb660abdb53b071d38c2e031bcd2dd5f10" "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")) nil nil "Customized with use-package erc") diff --git a/smart-documents.org b/smart-documents.org index 06f896f..9847598 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -464,25 +464,26 @@ We prevent Org mode from overriding preferred navigation keys. *** Move down one line #+BEGIN_SRC emacs-lisp :tangle yes -(global-set-key (kbd "M-j") 'next-line) + (global-set-key (kbd "M-j") 'next-line) #+END_SRC *** Move up one line #+BEGIN_SRC emacs-lisp :tangle yes -(global-set-key (kbd "M-k") 'previous-line) + (global-set-key (kbd "M-k") 'previous-line) #+END_SRC *** Move left one character #+BEGIN_SRC emacs-lisp :tangle yes -(global-set-key (kbd "M-h") 'left-char) + (local-unset-key (kbd "M-h")) + (global-set-key (kbd "M-h") 'left-char) #+END_SRC *** Move right one character #+BEGIN_SRC emacs-lisp :tangle yes -(global-set-key (kbd "M-l") 'right-char) + (global-set-key (kbd "M-l") 'right-char) #+END_SRC ** Accessing customization @@ -1404,8 +1405,8 @@ paragraph [[Open a recently visited file]]. ** Frame *** Header & mode lines -# Top of the buffer is more intuitive for buffer info, bottom is more intuitive -# for buffer action. +# Top of the buffer is more intuitive for buffer info, bottom is more +# intuitive for buffer action. **** TODO Icons :PROPERTIES: @@ -1686,7 +1687,7 @@ the cursor is a more MS Word-like bar. *** Fonts -**** Currently used /chad fonts/ +**** Currently used /chad fonts/: - Hack[fn::https://sourcefoundry.org/hack/] :: ~default~ and ~fixed-pitch~, default code font @@ -1709,7 +1710,7 @@ the cursor is a more MS Word-like bar. - Ultra-modern - Tasteful amount of geometric inspiration -**** Previously used /virgin fonts/ +**** Previously used /virgin fonts/: - +Liberation Sans+[fn::https://en.wikipedia.org/wiki/Liberation_fonts] :: +~variable-pitch~+ - Metrically compatible with /Arial/ (ugh) @@ -1739,7 +1740,7 @@ is greater than 1920\times1080. else) #+END_SRC -** TODO Wealthy theme +** TODO /Wealthy/ document theme #+NAME: claude-garamont #+CAPTION[Claude Garamont, an icon of font design]: Claude Garamont, an icon of font design. World-renowned for his elegant typefaces, which inspired many generations of typographers. diff --git a/smart-documents.pdf b/smart-documents.pdf index f712236..da88f78 100644 Binary files a/smart-documents.pdf and b/smart-documents.pdf differ diff --git a/themes/sd-dark-theme.el b/themes/sd-dark-theme.el index 4d8e70c..93f101e 100644 --- a/themes/sd-dark-theme.el +++ b/themes/sd-dark-theme.el @@ -1,5 +1,5 @@ (deftheme sd-dark - "Created 2021-01-11.") + "Created 2021-01-19.") (custom-theme-set-faces 'sd-dark @@ -63,17 +63,17 @@ '(org-level-1 ((t (:weight bold :height 1.8)))) '(org-level-2 ((t (:weight normal :height 1.6)))) '(org-level-3 ((t (:height 1.4)))) - '(org-level-4 ((t (:height 1.2)))) - '(org-level-5 ((t (:height 1.1)))) - '(org-level-6 ((t (:inherit org-level-5)))) - '(org-level-7 ((t (:inherit org-level-5)))) - '(org-level-8 ((t (:inherit org-level-5)))) + '(org-level-4 ((t (:height 1.0)))) + '(org-level-5 ((t (:inherit org-level-4)))) + '(org-level-6 ((t (:inherit org-level-4)))) + '(org-level-7 ((t (:inherit org-level-4)))) + '(org-level-8 ((t (:inherit org-level-4)))) '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit")))) '(org-priority ((t (:inherit org-meta-line)))) '(org-quote ((t (:inherit variable-pitch :slant italic)))) '(org-special-keyword ((t (:background "grey20" :weight bold :inherit org-meta-line)))) '(org-table ((t (:family "Hack")))) - '(org-tag ((t (:inherit link)))) + '(org-tag ((t (:inherit (link fixed-pitch))))) '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) '(org-verbatim ((t (:foreground "DodgerBlue1" :weight normal :foundry "Hack")))) '(query-replace ((t (:inherit (isearch))))) -- cgit v1.2.3