From b7374ef9f1faa58c549594786948690085d462a3 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 19 Apr 2019 13:31:31 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 63bfcfa..c0dcc3b 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -345,8 +345,7 @@ Will prompt you shell name when you type `C-u' before this command." t) (autoload 'cleite "cleite" "Cleite RSS Aggregator -- Emacs Interface" t) ;; javascript -(autoload 'js2-mode "js2" nil t) -(add-to-list 'auto-mode-alist '("\\.js$" . js2-mode)) +(add-to-list 'auto-mode-alist '("\\.js$" . javascript-mode)) (add-to-list 'auto-mode-alist '("\\.json$" . javascript-mode)) ;; typescript -- 2.40.0