ADD markdown-mode
This commit is contained in:
parent
8732e36160
commit
8b3f426ae1
1 changed files with 7 additions and 0 deletions
|
|
@ -497,6 +497,13 @@ Install and wait for hydra to be available since we are using it in this init.el
|
|||
)))
|
||||
#+END_SRC
|
||||
|
||||
** Markdown-mode
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package markdown-mode
|
||||
:ensure t
|
||||
)
|
||||
#+END_SRC
|
||||
|
||||
** Yasnippet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue