scottaj / new-emacs-config

Emacs config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Emacs Config

A Refresh of my emacs config using native emacs packages instead of el-get.

Javascript

Uses js2-mode, flycheck and tern.

You need to npm instal -g tern in order to use that for completion.

Rust

Uses flycheck and racer. You need to use cargo to install racer somewhere on your path, and also have a source checkout of rust pointed to by the RUST_SRC_PATH environment variable to get smart completion.

About

Emacs config

License:MIT License


Languages

Language:Emacs Lisp 99.8%Language:YASnippet 0.2%