Add Markdown mode hook
This commit is contained in:
parent
c85a3bee32
commit
07701fe20a
3 changed files with 12 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue