leeRichmond / js_emacs

My current configuration for javascript development in emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Emacs

This is my personal config for JavaScript Development in emacs.

It is a stripped out tweaked version of My Ruby development emacs configuration

I could quite easilt have just bundled the two together but as I'm doing very little Ruby work at the moment and because of that I wanted a stripped out more focussed configuration for JS development.

Snippet shortcuts

Component Lifecycle

cdm = componentDidMount()
cwm = componentWillMount()
cwum = componentWillUnmount()
cdu = componentDidUpdate()

Component Templates

component = Simple component
concomponent = Higher order component
ascomponent = Async Higher order component

Functions

defu = Named function
fun = function

Tests

bf = before block
be = before each block
pen = Pending test
its = Should block
exeq = expect equal test
exneq = expect not equal
extb = expect to be test
desc = describe block

About

My current configuration for javascript development in emacs


Languages

Language:Emacs Lisp 99.8%Language:Shell 0.1%Language:CSS 0.1%Language:Ruby 0.0%Language:Roff 0.0%Language:HTML 0.0%