diff --git a/config.org b/config.org index c430c51..10c80cb 100644 --- a/config.org +++ b/config.org @@ -1723,35 +1723,35 @@ To make this look a little nicer, we will overwrite the default style. (theme-color "#2654BF") (bold '(font-weight . "bold")) (color `(color . ,theme-color)) - (table `(,@font (margin-top . "6px") (margin-bottom . "6px") - (border-left . "none") (border-right . "none") - (border-top . "2px solid #222222") (border-bottom . "2px solid #222222") - )) - (ftl-number `(,@font ,color ,bold (text-align . "left"))) + (table `((margin-top . "6px") (margin-bottom . "6px") + (border-left . "none") (border-right . "none") + (border-top . "2px solid #222222") (border-bottom . "2px solid #222222") + )) + (ftl-number `(,color ,bold (text-align . "left"))) (inline-modes '(asl c c++ conf cpp csv diff ditaa emacs-lisp fundamental ini json makefile man org plantuml python sh xml)) (inline-src `((background-color . "rgba(27,31,35,.05)") - (border-radius . "3px") - (padding . ".2em .4em") - (font-size . "90%") - (margin . 0))) + (border-radius . "3px") + (padding . ".2em .4em") + (font-size . "90%") ,monospace-font + (margin . 0))) (code-src (mapcar (lambda (mode) `(code ,(intern (concat "src src-" (symbol-name mode))) ,inline-src)) inline-modes))) - `((del nil (,@font (color . "grey") (border-left . "none") - (text-decoration . "line-through") (margin-bottom . "0px") - (margin-top . "10px") (line-height . "11pt"))) + `((del nil ((color . "grey") (border-left . "none") + (text-decoration . "line-through") (margin-bottom . "0px") + (margin-top . "10px") (line-height . "11pt"))) (a nil (,color)) (a reply-header ((color . "black") (text-decoration . "none"))) (div reply-header ((padding . "3.0pt 0in 0in 0in") (border-top . "solid #e1e1e1 1.0pt") (margin-bottom . "20px"))) (span underline ((text-decoration . "underline"))) - (li nil (,@font ,line-height (margin-bottom . "0px") - (margin-top . "2px"))) + (li nil (,line-height (margin-bottom . "0px") + (margin-top . "2px"))) (nil org-ul ((list-style-type . "square"))) (nil org-ol (,@font ,line-height (margin-bottom . "0px") (margin-top . "0px") (margin-left . "30px") @@ -1807,22 +1807,19 @@ To make this look a little nicer, we will overwrite the default style. (color . "#444d56") (padding . "3px 5px") (display . "inline-block"))) (div outline-text-4 ((margin-left . "15px"))) (div outline-4 ((margin-left . "10px"))) - (h4 nil ((margin-bottom . "0px") (font-size . "11pt") - ,font-family)) + (h4 nil ((margin-bottom . "0px") (font-size . "11pt"))) (h3 nil ((margin-bottom . "0px") - ,color (font-size . "14pt") - ,font-family)) + ,color (font-size . "14pt"))) (h2 nil ((margin-top . "20px") (margin-bottom . "20px") - ,color (font-size . "18pt") - ,font-family)) + ,color (font-size . "18pt"))) (h1 nil ((margin-top . "20px") - (margin-bottom . "0px") ,color (font-size . "24pt") - ,font-family)) + (margin-bottom . "0px") ,color (font-size . "24pt"))) (p nil ((text-decoration . "none") (margin-bottom . "0px") (margin-top . "10px") (line-height . "11pt") ,font-size - ,font-family (max-width . "100ch"))) + (max-width . "100ch"))) (b nil ((font-weight . "500") (color . ,theme-color))) (div nil (,@font (line-height . "12pt")))))) + #+END_SRC ** Org Chef Loading after org seems a bit premature. Let's just load it when we try to use