mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[emacs] Add htmlize
This commit is contained in:
parent
fd4568e3d6
commit
e820852c82
1 changed files with 8 additions and 0 deletions
|
@ -261,6 +261,14 @@ languages. Setting ~Confirm Evaluation~ to ~No~ disables the
|
|||
|
||||
(setq org-confirm-babel-evaluate 'my/org-confirm-babel-evaluate)
|
||||
#+END_SRC
|
||||
** Htmlize
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package htmlize
|
||||
:ensure t
|
||||
:defer t
|
||||
:commands (htmlize-region htmlize-buffer htmlize-file))
|
||||
#+END_SRC
|
||||
** Powerline
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue