From 5ec74ac7484cfe2e2c3dbd5963816c2198aeabc8 Mon Sep 17 00:00:00 2001 From: PHO Date: Thu, 29 Dec 2011 13:39:37 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 68795f0..f3f4c91 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -252,6 +252,7 @@ ;; javascript (autoload 'js2-mode "js2" nil t) (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode)) +(add-to-list 'auto-mode-alist '("\\.json$" . javascript-mode)) ;; ido (require 'ido) -- 2.40.0