.emacs-my
changeset 487 c8bdf9ecf745
parent 486 d38d3175ef08
child 488 a3e4b656e4e6
--- a/.emacs-my	Mon Sep 27 11:01:57 2010 +0300
+++ b/.emacs-my	Mon Sep 27 12:24:34 2010 +0300
@@ -962,6 +962,8 @@
 
 (add-to-list 'auto-mode-alist '("\\.cu$" . c-mode))
 
+(add-to-list 'auto-mode-alist '("\\.js$" . js-mode))
+
 (setq-default comment-style (quote indent))
 (setq-default comment-column 44)
 (setq-default comment-fill-column my-fill-column)