mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[emacs] Add markdown
This commit is contained in:
parent
0638dc136d
commit
754d08bfc2
1 changed files with 7 additions and 0 deletions
|
@ -285,6 +285,13 @@ languages. Setting ~Confirm Evaluation~ to ~No~ disables the
|
|||
|
||||
(setq org-confirm-babel-evaluate 'my/org-confirm-babel-evaluate)
|
||||
#+END_SRC
|
||||
** Markdown
|
||||
#+name: packages
|
||||
#+begin_src emacs-lisp
|
||||
(use-package markdown-mode
|
||||
:ensure t
|
||||
:mode "\\.md$")
|
||||
#+end_src
|
||||
** Htmlize
|
||||
#+name: packages
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Reference in a new issue