]> code.delx.au - gnu-emacs-elpa/blob - packages/ztree/ztree.el
Merge remote-tracking branch 'ztree/master'
[gnu-emacs-elpa] / packages / ztree / ztree.el
1 ;;; ztree.el --- Text mode directory tree
2
3 ;; Copyright (C) 2013-2015 Free Software Foundation, Inc.
4 ;;
5 ;; Author: Alexey Veretennikov <alexey dot veretennikov at gmail dot com>
6 ;;
7 ;; Created: 2013-11-1l
8 ;;
9 ;; Version: 1.0.1
10 ;;
11 ;; Keywords: files tools
12 ;; URL: https://github.com/fourier/ztree
13 ;; Compatibility: GNU Emacs GNU Emacs 24.x
14 ;;
15 ;; This file is part of GNU Emacs.
16 ;;
17 ;; GNU Emacs is free software: you can redistribute it and/or modify
18 ;; it under the terms of the GNU General Public License as published by
19 ;; the Free Software Foundation, either version 3 of the License, or
20 ;; (at your option) any later version.
21 ;;
22 ;; GNU Emacs is distributed in the hope that it will be useful,
23 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
24 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 ;; GNU General Public License for more details.
26 ;;
27 ;; You should have received a copy of the GNU General Public License
28 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
29 ;;
30 ;;; Commentary:
31 ;;
32 ;;
33 ;;; Code:
34
35 (require 'ztree-dir)
36 (require 'ztree-diff)
37
38 (provide 'ztree)
39 ;;; ztree.el ends here