From 4da416bd87a366eb0a876917e2eecec5869711dc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 18 Aug 2016 14:26:34 -0700 Subject: [PATCH] Add es-mode --- dotfiles/emacs.d/README.org | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 9e58cbec..97880325 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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