branch: master commit 7eb950e5d8271efe0a57869c2c8efcd5253a6a75 Author: Alexey Veretennikov <alexey.veretenni...@gmail.com> Commit: Alexey Veretennikov <alexey.veretenni...@gmail.com>
Updated readme --- README.md | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 761d96b..1754294 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Simple text-mode directory tree for Emacs. See screenshots below for GUI and the Add the following to your .emacs file: ```scheme +(push (substitute-in-file-name "path-to-ztree-directory") load-path) (require 'ztree) ```