Fixing type (remove *).

This commit is contained in:
jowj 2019-06-07 10:13:37 -05:00
parent f55c6bd73b
commit 0198036f23

View File

@ -247,7 +247,7 @@ I really use this for just the searching from emacs
#+RESULTS: #+RESULTS:
: t : t
* * markdown-mode * markdown-mode
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package markdown-mode (use-package markdown-mode
:ensure t) :ensure t)