From a5b385a64e0a092b3ffa51d2a1715f4a0b93bef0 Mon Sep 17 00:00:00 2001 From: James Blair Date: Fri, 28 Feb 2020 17:16:32 +1300 Subject: [PATCH] Updated kubemacs install process. --- wsl-setup.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wsl-setup.org b/wsl-setup.org index d1576c2..007ed5c 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -223,7 +223,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ #+NAME: Compile and install emacs #+BEGIN_SRC tmate # Run configure to resolve any dependencies minus x window support - ./configure --without-x + ./configure --without-x --with-gnutls=no # Compile the application with make, using all available cpu cores sudo make -j `nproc` @@ -246,6 +246,9 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ Documentation for this is here: https://github.com/kubemacs/kubemacs #+BEGIN_SRC tmate + # Remove the default site-lisp file + sudo rm /usr/local/share/emacs/site-lisp/subdirs.el + # Clone iimacs from github sudo git clone --recursive https://github.com/kubemacs/kubemacs /usr/local/share/emacs/site-lisp/ @@ -267,6 +270,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ tmate display -p "#{tmate_ssh} # #{tmate_web} $(date) #{client_tty}@#{host}" | xsel -i -b #+END_SRC + ** Step 5 - Setup mutt email client For reading email we ideally use a cli based client for fast searching