aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-04 10:49:02 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-04 10:49:02 +1300
commitb0923a9649b295f56a784207ede9920f9ed683f7 (patch)
tree9c1a7a3f9793341a6bc506f84f3d213fbf382a09
parentMerge branch 'release/v4.6.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-b0923a9649b295f56a784207ede9920f9ed683f7.tar.gz
dotfiles-b0923a9649b295f56a784207ede9920f9ed683f7.zip
Merge branch 'hotfix/v4.6.1'v4.6.1
* hotfix/v4.6.1: Add missing arguments to emacsm wrapper
-rw-r--r--VERSION4
-rw-r--r--emacs/bin/emacsm.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index f8ee9b81..51de1854 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v4.6.0
-Thu Jan 3 21:20:13 UTC 2019
+tejr dotfiles v4.6.1
+Thu Jan 3 21:48:25 UTC 2019
diff --git a/emacs/bin/emacsm.sh b/emacs/bin/emacsm.sh
index 58571c5c..6ad17d3b 100644
--- a/emacs/bin/emacsm.sh
+++ b/emacs/bin/emacsm.sh
@@ -1,3 +1,3 @@
# Try to manage GNU emacs daemons on the terminal
# Emphasis on "try". Man, I have no idea what I'm doing.
-emacsclient --create-frame --alternate-editor=''
+emacsclient --create-frame --alternate-editor='' "$@"