diff --git a/users/crumb/programs/emacs/modules/syd-org.el b/users/crumb/programs/emacs/modules/syd-org.el index 96eebc5..869e83a 100755 --- a/users/crumb/programs/emacs/modules/syd-org.el +++ b/users/crumb/programs/emacs/modules/syd-org.el @@ -1,5 +1,9 @@ ;;; syd-org.el -*- lexical-binding: t; -*- +;; Optional Org-mode dependency used for highlighting source code in HTML +;; exports. +(use-package htmlize) + (with-eval-after-load 'org (syd-add-hook 'org-tab-first-hook (defun syd-org-cycle-only-current-subtree-h (&optional arg) @@ -278,6 +282,11 @@ See https://lists.gnu.org/archive/html/emacs-orgmode/2019-07/msg00081.html." pre { line-height: normal } + + .org-svg + { max-height: 100% + ; max-width: 100% + } " "A default style for Org HTML exports.")