From ccaa11ddd743875b8120765e4f412ec8cf3ec33a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 1 Jan 2019 01:47:04 +1300 Subject: Add my new .emacs file --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3