aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-04 10:20:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-04 10:20:13 +1300
commit674c202ffc989ca3930b215bf2751bd0ff2ca43c (patch)
tree68da1ae8ce1fbc88326c09116371a491e69df7cb /Makefile
parentMerge branch 'hotfix/v4.5.1' (diff)
parentBump VERSION (diff)
downloaddotfiles-4.6.0.tar.gz (sig)
dotfiles-4.6.0.zip
Merge branch 'release/v4.6.0'v4.6.0
* release/v4.6.0: Bump VERSION Further attempts at sane Emacs VISUAL setting Use :lhelpgrep for help search shortcut Remove a daft comment Add Lisp to filetypes.vim Remove some possibly-unwanted .emacs config Adjust some comments in .emacs Block stderr from emacs daemon startup Remove an error-prone line from .emacs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 31018936..6c7b9ee0 100644
--- a/Makefile
+++ b/Makefile
@@ -393,8 +393,11 @@ install-dunst: install-x
mkdir -p -- $(HOME)/.config/dunst
cp -p -- dunst/dunstrc $(HOME)/.config/dunst
-install-emacs:
+install-emacs: emacs/bin/emacsm install-sh
+ mkdir -p -- $(HOME)/.local/bin
cp -p -- emacs/emacs $(HOME)/.emacs
+ cp -p -- emacs/bin/emacsm $(HOME)/.local/bin
+ cp -p -- emacs/profile.d/emacs.sh $(HOME)/.profile.d
install-ex:
cp -p -- ex/exrc $(HOME)/.exrc