Skip to content

Instantly share code, notes, and snippets.

@ainame
Created December 13, 2011 08:53
Show Gist options
  • Select an option

  • Save ainame/1471283 to your computer and use it in GitHub Desktop.

Select an option

Save ainame/1471283 to your computer and use it in GitHub Desktop.
(autoload 'js2-mode "js2" nil t)
(add-hook 'js2-mode-hook
#'(lambda ()
(require 'espresso)
(setq espresso-indent-level 2
espresso-expr-indent-offset 2
indent-tabs-mode nil)
(set (make-local-variable 'indent-line-function) 'espresso-indent-line)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment