aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-09-06 14:02:15 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-09-06 14:02:15 +0200
commit4fc15fc200beca9fe51664da69fd7a94a11fe3b2 (patch)
tree8ed58c2409df787ba017b86ee84d5f0d46b0bb48
parent11858069417646895f1fa8a13d37edbcc2f28c19 (diff)
downloaddotfiles-4fc15fc200beca9fe51664da69fd7a94a11fe3b2.tar.gz
dotfiles-4fc15fc200beca9fe51664da69fd7a94a11fe3b2.zip
emacs: markdown to org-mode on a README file
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--.emacs.d/lisp/README.md18
-rw-r--r--.emacs.d/lisp/README.org18
2 files changed, 18 insertions, 18 deletions
diff --git a/.emacs.d/lisp/README.md b/.emacs.d/lisp/README.md
deleted file mode 100644
index 64e6da0..0000000
--- a/.emacs.d/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.
diff --git a/.emacs.d/lisp/README.org b/.emacs.d/lisp/README.org
new file mode 100644
index 0000000..8a19d13
--- /dev/null
+++ b/.emacs.d/lisp/README.org
@@ -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 [[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.