X-Git-Url: http://git.hcoop.net/jyaworski/domtool2.git/blobdiff_plain/b21491def4a9ec982a4de1525e9bc8f43c9da920..03b14a21885d02b8077bad3d497762ec948a8451:/elisp/domtool-mode.el diff --git a/elisp/domtool-mode.el b/elisp/domtool-mode.el index 9330e0b..cbd5175 100644 --- a/elisp/domtool-mode.el +++ b/elisp/domtool-mode.el @@ -40,7 +40,7 @@ (defun domtool-syms-re (&rest syms) (concat "\\<" (regexp-opt syms t) "\\>")) -(load-file "/usr/local/share/emacs/site-lisp/domtool-mode/domtool-tables.el") +(require 'domtool-tables) (defvar domtool-font-lock-keywords `(,(concat @@ -152,3 +152,5 @@ (incf depth) (decf depth))) (+ (current-indentation) depth))))) + +(provide 'domtool-mode)