From a4f49379311ff1e56c711631b4531136b9e46250 Mon Sep 17 00:00:00 2001 From: Daniele Trainini Date: Sun, 17 May 2020 00:44:52 +0200 Subject: [PATCH] Add --with-modules to emacs-mac documenation Default options for brew install emacs-mac compile wihtout modules preventing to use vterm. --- docs/getting_started.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.org b/docs/getting_started.org index 98b59e6e7..86a4e2a39 100644 --- a/docs/getting_started.org +++ b/docs/getting_started.org @@ -217,7 +217,7 @@ to least recommended for Doom (based on compatibility). of writing, it [[https://github.com/railwaycat/homebrew-emacsmacport/issues/52][lacks multi-tty support]] (which impacts daemon usage): #+BEGIN_SRC bash brew tap railwaycat/emacsmacport - brew install emacs-mac + brew install emacs-mac --with-modules ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app #+END_SRC