diff --git a/README.md b/README.md index 8d26a35..97cc018 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +Emacs Logo ## eshell-autojump.el *autojump command for Eshell* @@ -6,12 +7,18 @@ [![MELPA](http://melpa.org/packages/eshell-autojump-badge.svg)](http://melpa.org/#/eshell-autojump) [![MELPA Stable](http://stable.melpa.org/packages/eshell-autojump-badge.svg)](http://stable.melpa.org/#/eshell-autojump) - Use the command j to list common directories and to jump to them. -### Function Documentation +### Customization Documentation + +#### `eshell-autojump-file` + +The name of the file to read/write the directories for autojumping. + +### Function and Macro Documentation + #### `(eshell-autojump-load)` Read the initial value of `eshell-autojump-map` from `eshell-autojump-file`. diff --git a/eshell-autojump.el b/eshell-autojump.el index ebf33f0..4b33f3b 100644 --- a/eshell-autojump.el +++ b/eshell-autojump.el @@ -8,6 +8,7 @@ ;; Kyewords: converience, eshell ;; Version: 0.2 ;; X-URL: http://github.com/coldnew/eshell-autojump +;; URL: http://github.com/coldnew/eshell-autojump ;; This program is free software: you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the Free @@ -23,9 +24,6 @@ ;; with this program. If not, see . ;;; Commentary: -;; [![MELPA](http://melpa.org/packages/eshell-autojump-badge.svg)](http://melpa.org/#/eshell-autojump) -;; [![MELPA Stable](http://stable.melpa.org/packages/eshell-autojump-badge.svg)](http://stable.melpa.org/#/eshell-autojump) - ;; Use the command j to list common directories and to jump to them.