aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-01 12:39:01 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-01 12:39:01 +1300
commitbee176e8f895d594e522ea6ff46ca3e2c7d2cb76 (patch)
tree29115713032e2526d8a9628cbf5716432bc50491 /Makefile
parentMerge branch 'release/v4.3.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-4.4.0.tar.gz (sig)
dotfiles-4.4.0.zip
Merge branch 'release/v4.4.0'v4.4.0
* release/v4.4.0: Bump VERSION 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