diff options
Diffstat (limited to 'zencoding-mode.el')
-rw-r--r-- | zencoding-mode.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zencoding-mode.el b/zencoding-mode.el index 19b6dea..57e2992 100644 --- a/zencoding-mode.el +++ b/zencoding-mode.el @@ -59,6 +59,9 @@ ;; ;;; Code: +;; Include the trie data structure for caching +;(require 'zencoding-trie) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Generic parsing macros and utilities |