diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-02 17:16:44 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-02 17:16:44 +0200 |
| commit | 326557aa7a225dbed6ead22fe2da92866a6ed1cc (patch) | |
| tree | 41fd5bdb3b0954c405c91a5639cdff1a4c878fc2 /emacs/lisp/README.md | |
| parent | d82abbbad6e36bdc78391893acc9988b1f06b184 (diff) | |
| download | dotfiles-326557aa7a225dbed6ead22fe2da92866a6ed1cc.tar.gz dotfiles-326557aa7a225dbed6ead22fe2da92866a6ed1cc.zip | |
emacs: added the g.el script
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/lisp/README.md')
| -rw-r--r-- | emacs/lisp/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/emacs/lisp/README.md b/emacs/lisp/README.md new file mode 100644 index 0000000..64e6da0 --- /dev/null +++ b/emacs/lisp/README.md @@ -0,0 +1,18 @@ +## GNU Emacs Modules written by Miquel Sabaté Solà + +This directory contains Lisp modules I've written. + +### g.el + +A port of my [g](https://github.com/mssola/g) script for GNU Emacs. This is not +helpful all the time, but it does help whenever Projectile does not cover me. +This module implements the following interactive functions: + +- `g`: allows users to jump through a shortcut. After performing the jump, the + user will be presented with the `dired` mode. +- `g-add`: add a new shortcut that points to a valid path. +- `g-remove`: remove an existing shortcut. +- `g-list`: list all the available shortcuts. + +This module is completely compatible with the `g.sh` script, which means that +they both can be run side by side without any problems. |
