Skip to content

counkomol/env_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

env_setup

Files to set up Chek's environment.

emacs

Run make put to place init.el in ~/.emacs.d.

elpy

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

markdown-mode

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published