aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/README.org
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2021-10-17 17:47:27 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2021-10-17 17:47:27 +0200
commit9353a2934fe32ce092b66739eee454fed443743a (patch)
tree43cb1fe4d59f69924daa326a707b61a60b0ad90c /.emacs.d/lisp/README.org
parent7ac28a401765b0be829ed6746e57c13ecc709c98 (diff)
downloaddotfiles-9353a2934fe32ce092b66739eee454fed443743a.tar.gz
dotfiles-9353a2934fe32ce092b66739eee454fed443743a.zip
emacs: switched to Doom Emacs
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/lisp/README.org')
-rw-r--r--.emacs.d/lisp/README.org18
1 files changed, 0 insertions, 18 deletions
diff --git a/.emacs.d/lisp/README.org b/.emacs.d/lisp/README.org
deleted file mode 100644
index 8a19d13..0000000
--- a/.emacs.d/lisp/README.org
+++ /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 [[https://github.com/mssola/g][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 [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Dired.html][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.