Berkeley CSUA MOTD:Entry 17232
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

2000/1/13-14 [Computer/SW/Languages/Misc, Computer/SW/Languages/Web] UID:17232 Activity:nil
1/12    Is there such thing as jsp-mode in Emacs?
        ||
(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
(setq auto-mode-alist (cons '("\\.jsp$" . html-helper-mode) auto-mode-alist))