branch: externals/matlab-mode
commit 6de5daab8708261194063591cd5157c26512a189
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
matlab-ts-mode: fix a few org link so they render in github
---
README.org | 10 +++++-----
contributing/install-emacs-matlab-from-git.org | 6 +++---
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.org b/README.org
index 0a47f39875..a994cb4976 100644
--- a/README.org
+++ b/README.org
@@ -98,7 +98,7 @@
Note: to all available packages, =M-x RET list-packages RET=
-2 [Optional] Install the =company= package which is used for TAB completions.
+2. [Optional] Install the =company= package which is used for TAB completions.
: M-x package-install RET company RET
@@ -111,11 +111,11 @@
process. *matlab-ts-mode* leverages the MATLAB tree-sitter to give an
improved MATLAB editing
experience when compared with matlab-mode.
- See file:doc/install-matlab-tree-sitter-grammar.org
+ See
[[file:doc/install-matlab-tree-sitter-grammar.org][doc/install-matlab-tree-sitter-grammar.org]]
-4. [Optional]. Install lsp-mode and the
[[file:doc/matlab-language-server-lsp-mode.org][MATLAB Language Server]] for an
improved editing experience.
+4. [Optional] Install lsp-mode and the
[[file:doc/matlab-language-server-lsp-mode.org][MATLAB Language Server]] for an
improved editing experience.
-5. [Optional]. Check your installation setup.
+5. [Optional] Check your installation setup.
If you are using *matlab-ts-mode*, visit a =*.m= MATLAB file and select the
menu item:
@@ -124,7 +124,7 @@
** Install from this repository
If you are contributing to the Emacs MATLAB Mode package, see
-[[file:contributing/install-emacs-matlab-from-git.org]]
+[[file:contributing/install-emacs-matlab-from-git.org][contributing/install-emacs-matlab-from-git.org]]
* MathWorks Products ([[https://www.mathworks.com][https://www.mathworks.com]])
diff --git a/contributing/install-emacs-matlab-from-git.org
b/contributing/install-emacs-matlab-from-git.org
index 00c7d5ce3d..61657ad8c7 100644
--- a/contributing/install-emacs-matlab-from-git.org
+++ b/contributing/install-emacs-matlab-from-git.org
@@ -39,8 +39,8 @@ from git. The install below uses =~/emacs-workarea= as a work
area. You can chan
* Consider creating a temporary home
-See file:DEBUGGING.org where you run with the environment variable, HOME set
to a temporary
-location.
+You can create a temorary home by setting the the environment variable, HOME
set to a temporary
+location. This lets you develop Emacs MATLAB Mode in a clean environment. See
[[file:DEBUGGING.org][DEBUGGING.org]].
* Install MATLAB tree-sitter grammar
@@ -78,7 +78,7 @@ Add the following to your =~/.emacs= file:
* Install lsp-mode
-Install lsp-mode and related packages. See
file:../doc/matlab-language-server-lsp-mode.org.
+Install lsp-mode and related packages. See
[[file:../doc/matlab-language-server-lsp-mode.org][doc/matlab-language-server-lsp-mode.org]]
* Check setup