From 4ead9be4468d8d58c027bf6e6616e3b4d6e727eb Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 22 Aug 2019 18:30:24 +0200 Subject: Complete re-structuring so it's easier to install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/lisp/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 emacs/lisp/README.md (limited to 'emacs/lisp/README.md') diff --git a/emacs/lisp/README.md b/emacs/lisp/README.md deleted file mode 100644 index 64e6da0..0000000 --- a/emacs/lisp/README.md +++ /dev/null @@ -1,18 +0,0 @@ -## 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. -- cgit v1.2.3