Skip to content

Instantly share code, notes, and snippets.

@pritchie
Created June 27, 2013 18:51
Show Gist options
  • Save pritchie/5879258 to your computer and use it in GitHub Desktop.
Save pritchie/5879258 to your computer and use it in GitHub Desktop.
test jsp

very basic jsp

  <%@ page session="false" %><% response.setContentType("text/plain; charset=UTF-8"); %>
  ${message}

this is my init

  ;; web-mode for jsp
  (require 'web-mode)
  (add-to-list 'auto-mode-alist '("\\.jsp\\'" . web-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment