From 56f90ba929480a41560163b1eff5ed04de17a730 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 4 Jan 2019 10:47:47 +1300 Subject: Add missing arguments to emacsm wrapper --- emacs/bin/emacsm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='' "$@" -- cgit v1.2.3 From a1694614597f25d27d2399ec246ffd0fcaebd428 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 4 Jan 2019 10:48:30 +1300 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 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 -- cgit v1.2.3