summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-01-27 04:57:40 -0500
committerJesse Luehrs <doy@tozt.net>2017-01-27 04:59:14 -0500
commit765b84e394045666b1ac1f5ba85d7c56ecd30fd0 (patch)
tree85b43a65dd7a90524d28c0f1e9f5aad955fa1ce1 /Makefile
parentf7517ebbc9c79a4994b6371fc67ef54c5b0181e8 (diff)
downloadconf-765b84e394045666b1ac1f5ba85d7c56ecd30fd0.tar.gz
conf-765b84e394045666b1ac1f5ba85d7c56ecd30fd0.zip
add a couple keybindings for less
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d7202ef..7d70bcb 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ INSTALL = agignore \
gitignore \
i3status.conf \
inputrc \
+ less \
logout \
mailcap \
minicpanrc \
@@ -64,7 +65,8 @@ INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))
BUILD = bin/nethack/timettyrec \
$(addsuffix .dat,$(filter-out %.dat,$(wildcard fortune/*))) \
vim/bundle/vimproc/autoload/vimproc_linux64.so \
- vim/spell/en.utf-8.add.spl
+ vim/spell/en.utf-8.add.spl \
+ less
EMPTYDIRS = $(patsubst services/%,.log/%,$(wildcard services/*)) \
Maildir \
@@ -110,6 +112,9 @@ fortune/%.dat : fortune/%
vim/bundle/vimproc/autoload/vimproc_linux64.so :
cd vim/bundle/vimproc && make
+less : lesskey
+ lesskey -o less lesskey
+
$(INTO)/Maildir/.notmuch: notmuch
mkdir -p $(INTO)/Maildir
@[ ! -e $@ ] || [ -h $@ ] || mv -f $@ $@.bak