Set up .scripts/install-emacs.el to load packages from MELPA

This commit is contained in:
Nathan Schneider
2019-11-30 15:23:13 -07:00
parent c602013e3b
commit f05987886c
4 changed files with 23 additions and 16 deletions
+4
View File
@@ -0,0 +1,4 @@
;; elisp script for installing emacs packages via MELPA
(package-refresh-contents)
(package-install markdown-mode)
(package-install wc-mode)