From bbe3e5bde191da2a85a4abf875d7101be3b2a53e Mon Sep 17 00:00:00 2001 From: smile13241324 Date: Sat, 19 Oct 2019 22:34:49 +0200 Subject: [PATCH] [shell] Revise documentation --- layers/+tools/shell/README.org | 9 ++++++++- layers/+tools/shell/config.el | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/layers/+tools/shell/README.org b/layers/+tools/shell/README.org index 58c0d69ca..fd5e4ecf0 100644 --- a/layers/+tools/shell/README.org +++ b/layers/+tools/shell/README.org @@ -12,6 +12,7 @@ - [[#check-that-your-emacs-supports-dynamic-modules][Check that your Emacs supports dynamic modules]] - [[#install-cmake-311-or-higher][Install CMake 3.11 or higher]] - [[#macos][macOS]] + - [[#ubuntu-2][Ubuntu]] - [[#install-libtool][Install libtool]] - [[#ubuntu][Ubuntu]] - [[#install-libvterm][Install libvterm]] @@ -65,9 +66,15 @@ source supplying the =./configure --with-module= option at configure time. brew install cmake #+END_SRC +**** Ubuntu +#+BEGIN_SRC shell +sudo apt install cmake +#+END_SRC + *** Install libtool If the =libtool= command does not exist in your system (usually in =/usr/bin/libtool=), you need to install it: + **** Ubuntu #+BEGIN_SRC shell sudo apt install libtool-bin @@ -138,7 +145,7 @@ your shell is positioned on the left or the right. shell-default-width 40))) #+END_SRC -** Set shell for term and ansi-term +** Set shell for term, ansi-term and vterm The default shell can be set by setting the variable =shell-default-term-shell=. Default value is =/bin/bash=. diff --git a/layers/+tools/shell/config.el b/layers/+tools/shell/config.el index 21ec01d00..0d88ce56a 100644 --- a/layers/+tools/shell/config.el +++ b/layers/+tools/shell/config.el @@ -36,7 +36,7 @@ "Width in percents for the shell window.") (defvar shell-default-term-shell shell-file-name - "Default shell to use in `term' and `ansi-term' shells.") + "Default shell to use in `term', `ansi-term' and `vterm' shells.") (defvar shell-enable-smart-eshell nil "If non-nil then `em-smart' is enabled. `em-smart' allows to quickly review