Load htmlize locally
This commit is contained in:
parent
866e6cf2bd
commit
7265a52214
@ -220,7 +220,6 @@ The [[info:emacs#Init File][init file (info)]] does not load the ~custom-file~ a
|
||||
consult ; consult completing-read
|
||||
eglot ; Emacs polyGLOT LSP client
|
||||
embark ; act on any buffer selection
|
||||
htmlize ; convert buffer contents to HTML
|
||||
magit ; Git Text-based User Interface
|
||||
marginalia ; minibuffer margin notes
|
||||
no-littering ; keep `user-emacs-directory' clean
|
||||
@ -2326,7 +2325,8 @@ Listing [[lst:by-backend-kbd-org-macro]] defines the tools for the definition of
|
||||
#+name: lst:by-backend-kbd-org-macro
|
||||
#+begin_src emacs-lisp
|
||||
(with-eval-after-load 'emacs
|
||||
(autoload 'htmlize-protect-string "htmlize" nil t)
|
||||
(when (ensure-package-installation 'htmlize)
|
||||
(autoload 'htmlize-protect-string "htmlize" nil t))
|
||||
|
||||
;; https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html#orge5c50fd
|
||||
(defmacro by-backend (&rest body)
|
||||
|
Loading…
x
Reference in New Issue
Block a user