aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2629ec55..31018936 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@
install-curl \
install-dillo \
install-dunst \
+ install-emacs \
install-ex \
install-finger \
install-games \
@@ -392,6 +393,9 @@ install-dunst: install-x
mkdir -p -- $(HOME)/.config/dunst
cp -p -- dunst/dunstrc $(HOME)/.config/dunst
+install-emacs:
+ cp -p -- emacs/emacs $(HOME)/.emacs
+
install-ex:
cp -p -- ex/exrc $(HOME)/.exrc