merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 21 Apr 2013 16:32:08 +0300
changeset 1049 154ab823d934
parent 1031 a064392620d7 (diff)
parent 1048 9d671852b5c1 (current diff)
child 1050 3fd11f075f60
merged
.emacs-my
--- a/.emacs-my	Thu Apr 11 00:19:10 2013 +0300
+++ b/.emacs-my	Sun Apr 21 16:32:08 2013 +0300
@@ -2400,10 +2400,7 @@
   (add-to-list 'auto-mode-alist '("\\.js$" . javascript-generic-mode))
   )
 
-(eval-after-load 'js-mode
-  '(progn
-     (modify-syntax-entry ?$ "w" js-mode-syntax-table)
-     ))
+(eval-after-load 'js '(modify-syntax-entry ?$ "w" js-mode-syntax-table))
 
 ;; BUG: all single char comments do not stop highlighting on end of line but
 ;; go to end of buffer. To fix use code: