From 40be46781dfe9c64ca5f38f80250234275ba0d6b Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 4 Mar 2020 16:42:58 +1300 Subject: [PATCH] Corrected sed replace. --- wsl-setup.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wsl-setup.org b/wsl-setup.org index 3a387c8..e7ed815 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -271,7 +271,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ #+BEGIN_SRC tmate # Replace the osc52 command with xsel - sed -i -e 's/abc/XYZ/g' /usr/local/share/emacs/site-lisp/bin/osc52-tmate.sh + sed -i -e 's/osc52.sh/xsel -i -b/g' /usr/local/share/emacs/site-lisp/bin/osc52-tmate.sh # Fix the ob-tmate bug sed -i -e 's/ob-session dir))/ob-session session-dir))/g' /usr/local/share/emacs/site-lisp/spacemacs/elpa/26.3/develop/ob-tmate-20200206.109/ob-tmate.el @@ -292,8 +292,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ sudo apt-get install mutt urlscan #+END_SRC - After installing mutt we then need to create configuration directories - and files. + After installing mutt we then need to create configuration directories and files. #+NAME: Create mutt config files #+BEGIN_SRC shell @@ -335,3 +334,4 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ #+END_SRC +