diff options
author | Rudolf <omouse@mouse.om> | 2009-11-26 15:58:38 +0800 |
---|---|---|
committer | Chris Done <chrisdone@gmail.com> | 2010-01-24 21:19:49 +0800 |
commit | 0c82a8a080ebfa99f7b17a0b2de5f0fabf722edd (patch) | |
tree | da25e2a15c4d0b9d6fd1b757fce30650c159d9cf /zencoding-mode.el | |
parent | a807671e030eccf6aa5b412bc73d52abb45e3fec (diff) | |
download | emmet-mode-0c82a8a080ebfa99f7b17a0b2de5f0fabf722edd.tar.lz emmet-mode-0c82a8a080ebfa99f7b17a0b2de5f0fabf722edd.tar.xz emmet-mode-0c82a8a080ebfa99f7b17a0b2de5f0fabf722edd.zip |
Added line for including the zencoding-trie data structure
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 |