diff options
-rw-r--r-- | elisp/geiser-chez.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elisp/geiser-chez.el b/elisp/geiser-chez.el index 601cc6f..8eabae6 100644 --- a/elisp/geiser-chez.el +++ b/elisp/geiser-chez.el @@ -5,6 +5,9 @@ ;; have received a copy of the license along with this program. If ;; not, see <http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5>. + +;;; Code: + (require 'geiser-connection) (require 'geiser-syntax) (require 'geiser-custom) |