From 8918e30e8693927c353a5f1063a0b99ca8429530 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sun, 29 Aug 2021 23:44:52 +0900 Subject: [PATCH] Update auto-mode-alist --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index 59c5b5e..f46746f 100644 --- a/emacs.el +++ b/emacs.el @@ -2046,6 +2046,8 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called." (add-to-list 'c-default-style '(c++-mode . "k&r"))) +(add-to-list 'auto-mode-alist + '("\\.gs\\'" . js-mode)) (with-eval-after-load 'js2-mode ;; currently do not use js2-mode ;; (add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))