summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Lamberov <dogsleg@debian.org>2018-06-01 20:50:08 -0300
committerDavid Bremner <bremner@debian.org>2018-06-01 20:50:08 -0300
commit9ab521c93e216e13dd2d54e875a327b30b5b5b91 (patch)
tree235c37ab9ddc57bc514893d92ea5e76c3bec32fa
parent8a5cfca43c36e34b8861500deda5a0f8d8738dee (diff)
Remove screenshots from README file
This patch removes screenshots from README file. Gbp-Pq: Name 0001-remove-screenshots.diff
-rw-r--r--README.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/README.md b/README.md
index b32fa22..a7d1662 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,7 @@ Discover key bindings and their meaning for the current Emacs major mode.
The command is inspired by [discover.el](https://github.com/mickeynp/discover.el) and also uses the [makey library](https://github.com/mickeynp/makey). I thought, "Hey! Why not parse the information about the major mode bindings somehow and display that like `discover.el` does..."
-The output is pretty bare bones and not optimized but it seems to work already quite well for most modes:
-
-![package-menu-mode screenshot](https://raw.github.com/steckerhalter/discover-my-major/master/package-menu-mode.png)
-
-![git-commit-mode screenshot](https://raw.github.com/steckerhalter/discover-my-major/master/git-commit-mode.png)
+The output is pretty bare bones and not optimized but it seems to work already quite well for most modes.
## Installation