]> code.delx.au - gnu-emacs-elpa/commitdiff
Updated README
authorAlexey Veretennikov <txm.fourier@gmail.com>
Wed, 17 Jun 2015 22:10:16 +0000 (00:10 +0200)
committerAlexey Veretennikov <txm.fourier@gmail.com>
Wed, 17 Jun 2015 22:10:16 +0000 (00:10 +0200)
README.md

index f6a6ea2fb396215af46875a6ce678a1141c09e04..f96adb4b5ecb8b2a9c451f10e455d46cb03dd212 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # ztree
-Ztree is a project dedicated to implementation of several text-tree applications inside GNU Emacs. It consists of 2 subprojects: **ztree-diff** and **ztree-dir**(the basis of **ztree-diff**). Available in **GNU ELPA** and **MELPA**.
+Ztree is a project dedicated to implementation of several text-tree applications inside [GNU Emacs](http://www.gnu.org/software/emacs/). It consists of 2 subprojects: **ztree-diff** and **ztree-dir** (the basis of **ztree-diff**). Available in [GNU ELPA](https://elpa.gnu.org/) and [MELPA](http://melpa.org/#/).
 
 ## Installation
 
@@ -79,6 +79,7 @@ M-x ztree-dir
 * To visit a file, press `Space` key.
 * To open file in other window, use `RET` key.
 
+### Customizations
 Set the `ztree-dir-move-focus` variable to `t` in order to move focus to the other window when the `RET` key is pressed; the default behavior is to keep focus in `ztree-dir` window.