Add es-mode

This commit is contained in:
Ivan Malison 2016-08-18 14:26:34 -07:00
parent e1bcd0075e
commit 4da416bd87
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2332,17 +2332,16 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
(setq indent-tabs-mode nil)
(setq js-indent-level 4))))
#+END_SRC
**** jq-mode
#+BEGIN_SRC emacs-lisp
(use-package jq-mode
:mode "\\.jq\\'")
#+END_SRC
**** yaml-mode
#+BEGIN_SRC emacs-lisp
(use-package yaml-mode
:mode (("\\.yaml\\'" . yaml-mode)
("\\.yml\\'" . yaml-mode)))
#+END_SRC
**** es-mode
#+BEGIN_SRC emacs-lisp
(use-package es-mode)
#+END_SRC
*** Document
**** org
#+BEGIN_SRC emacs-lisp
@ -2913,6 +2912,11 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
(progn
(use-package company-restclient)))
#+END_SRC
**** jq-mode
#+BEGIN_SRC emacs-lisp
(use-package jq-mode
:mode "\\.jq\\'")
#+END_SRC
** Programming
*** realgud
realgud provides debugging support with many external debuggers in emacs