Add Markdown mode hook

This commit is contained in:
Maciej Szlosarczyk 2017-05-22 22:26:31 +03:00
parent c85a3bee32
commit 07701fe20a
No known key found for this signature in database
GPG key ID: 0D4EEACF63D4262E
3 changed files with 12 additions and 4 deletions

View file

@ -208,4 +208,9 @@
(unless (package-installed-p 'racer)
(package-refresh-contents)
(package-install 'racer))
;; Python
(unless (package-installed-p 'elpy)
(package-refresh-contents)
(package-install 'elpy))
;;; packages.el ends here