Files to set up Chek's environment.
Run make put to place init.el in ~/.emacs.d.
Highlight the lines below and evaluate with M-x eval-region:
(require 'package)
(add-to-list 'package-archives
'("elpy" . "http://jorgenschaefer.github.io/packages/"))
Install the package with: M-x package-install RET elpy RET
Highlight the lines below and evaluate with M-x eval-region:
(require 'package)
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/"))
Install the package with: M-x package-install RET markdown-mode RET