From 1405c9fbe482ec307fbb678d12278977196452bd Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 14 Dec 2014 11:26:35 -0800 Subject: remove trailing 2>/dev/null --- source/_posts/2014-12-14-speeding-up-emacs-with-emacsclient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2014-12-14-speeding-up-emacs-with-emacsclient.md b/source/_posts/2014-12-14-speeding-up-emacs-with-emacsclient.md index e1d19dc0..f82f63cf 100644 --- a/source/_posts/2014-12-14-speeding-up-emacs-with-emacsclient.md +++ b/source/_posts/2014-12-14-speeding-up-emacs-with-emacsclient.md @@ -22,7 +22,7 @@ else read -p 'filename: ' file done fi -emacsclient -cqta= "${file}" 2>/dev/null +emacsclient -cqta= "${file}" ``` Note that using `emacsclient` has the additional benefit that the same buffer is simultaneously updated accross different ttys (See screenshot, where I opened the current post in two different ttys). This way, you won't face the nasty "file changed on disk" problem when you accidentally edited the same file in another tty session. -- cgit v1.2.1