| ||||||
| 5/16 |
| 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)) |