summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--peco/config.json11
2 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 6831031..050e671 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,6 @@ INSTALL = agignore \
mpdscribble \
ncmpc \
offlineimap \
- peco \
procmail \
services \
sh \
diff --git a/peco/config.json b/peco/config.json
deleted file mode 100644
index dc34efd..0000000
--- a/peco/config.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "Keymap": {
- "Tab": "peco.SelectDown",
- "M-[,Z": "peco.SelectUp"
- },
- "Style": {
- "SavedSelection": ["white", "on_yellow", "bold"],
- "Selected": ["black", "on_cyan"],
- "Matched": ["red", "bold"]
- }
-}