aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-01-04 10:47:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-01-04 10:47:47 +1300
commit56f90ba929480a41560163b1eff5ed04de17a730 (patch)
tree47605ae098b86be3e2ff1d5c9d3172a237ecf26e
parentMerge branch 'release/v4.6.0' (diff)
downloaddotfiles-56f90ba929480a41560163b1eff5ed04de17a730.tar.gz
dotfiles-56f90ba929480a41560163b1eff5ed04de17a730.zip
Add missing arguments to emacsm wrapper
-rw-r--r--emacs/bin/emacsm.sh2
1 files changed, 1 insertions, 1 deletions
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='' "$@"