From b83231dd472fae10971b4decb1d93d1d3cec8ae7 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 1 Jan 2020 20:04:51 +0000 Subject: [PATCH] Corrected emacs source extract directory. --- wsl-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl-setup.org b/wsl-setup.org index 50bddf8..6c4e867 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -200,7 +200,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ tar xf emacs-26.3.tar.xz # Change to the extracted directory - cd emacs-26.3.tar.xz + cd emacs-26.3 #+END_SRC