Procházet zdrojové kódy

Update auto-mode-alist

master
10sr před 2 roky
rodič
revize
8918e30e86
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      emacs.el

+ 2
- 0
emacs.el Zobrazit soubor

@@ -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))


Načítá se…
Zrušit
Uložit