equal
deleted
inserted
replaced
2500 (eval-after-load 'rng-loc '(add-to-list 'rng-schema-locating-files "~/.emacs.d/rnc/schemas.xml")) |
2500 (eval-after-load 'rng-loc '(add-to-list 'rng-schema-locating-files "~/.emacs.d/rnc/schemas.xml")) |
2501 |
2501 |
2502 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2502 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
2503 (message "web-mode") |
2503 (message "web-mode") |
2504 |
2504 |
|
2505 (setq web-mode-engines-alist '((".*\\.tagf?\\'" . "jsp"))) |
|
2506 |
2505 (ignore-errors (require 'web-mode)) |
2507 (ignore-errors (require 'web-mode)) |
2506 (when (featurep 'web-mode) |
2508 (when (featurep 'web-mode) |
2507 (add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode)) |
2509 (add-to-list 'auto-mode-alist '("\\.phtml\\'" . web-mode)) |
2508 (add-to-list 'auto-mode-alist '("\\.tpl\\.php\\'" . web-mode)) |
2510 (add-to-list 'auto-mode-alist '("\\.tpl\\.php\\'" . web-mode)) |
2509 (add-to-list 'auto-mode-alist '("\\.jspf?\\'" . web-mode)) |
2511 (add-to-list 'auto-mode-alist '("\\.jspf?\\'" . web-mode)) |