aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-01 01:47:04 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-01 01:47:04 +1300
commitccaa11ddd743875b8120765e4f412ec8cf3ec33a (patch)
tree9f2c087604cc69206f69fe252718fe04df2bbe4f /Makefile
parentMerge branch 'release/v4.3.0' into develop (diff)
downloaddotfiles-ccaa11ddd743875b8120765e4f412ec8cf3ec33a.tar.gz
dotfiles-ccaa11ddd743875b8120765e4f412ec8cf3ec33a.zip
Add my new .emacs file
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