Add htmlize package.
This commit is contained in:
parent
536c9d30e3
commit
5c45a7890a
@ -220,6 +220,11 @@
|
|||||||
:config
|
:config
|
||||||
(add-to-list 'hl-todo-keyword-faces '("BUG" . "#d99600")))
|
(add-to-list 'hl-todo-keyword-faces '("BUG" . "#d99600")))
|
||||||
|
|
||||||
|
;; Paquete para exportar buffers de emacs a HTML
|
||||||
|
(use-package htmlize
|
||||||
|
:defer t
|
||||||
|
:ensure t)
|
||||||
|
|
||||||
;; Permite crear conjuntos de atajos.
|
;; Permite crear conjuntos de atajos.
|
||||||
(use-package hydra
|
(use-package hydra
|
||||||
:defer t)
|
:defer t)
|
||||||
|
Loading…
Reference in New Issue
Block a user