Mercurial > urweb
view src/elisp/urweb-mode-startup.el @ 2140:2b0f6b7ebf4f
Add urweb-mode command to close current XML tag
Bound to "C-c /" by default to match nxml-mode's nxml-finish-element
command.
author | Julian Squires <julian@cipht.net> |
---|---|
date | Mon, 04 May 2015 16:15:01 -0400 |
parents | 3a1e36b14105 |
children |
line wrap: on
line source
;;; Generated autoloads from urweb-mode.el (add-to-list 'load-path (file-name-directory load-file-name)) (add-to-list (quote auto-mode-alist) (quote ("\\.ur\\(s\\)?\\'" . urweb-mode))) (autoload (quote urweb-mode) "urweb-mode" "\ \\<urweb-mode-map>Major mode for editing Ur/Web code. This mode runs `urweb-mode-hook' just before exiting. \\{urweb-mode-map} \(fn)" t nil) ;;;*** ;;;### (autoloads nil nil ("urweb-compat.el" "urweb-defs.el" ;;;;;; "urweb-util.el") (18072 34664 948142)) ;;;***