Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4f95b5

Browse files
Convert Markdown to Org mode links
1 parent 4a1df33 commit a4f95b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Provides support for the F# language in Emacs. Includes the following features:
1515
** LSP mode
1616
Previous versions of =fsharp-mode= (mis)used a second repository [[https://github.com/rneatherway/emacs-fsharp-mode-bin][emacs-fsharp-mode-bin]] to distribute =fsautocomplete.exe= and =fsharp-mode= together.
1717

18-
The current version of =fsharp-mode= installs =fsautocomplete.exe= automatically via [eglot-fsharp](https://github.com/joaotavora/eglot) (part of this repo) or
19-
[lsp-mode](https://github.com/emacs-lsp/lsp-mode) (untested).
18+
The current version of =fsharp-mode= installs =fsautocomplete.exe= automatically via [[https://github.com/joaotavora/eglot][eglot-fsharp]] (part of this repo) or
19+
[[https://github.com/emacs-lsp/lsp-mode][lsp-mode]] (untested).
2020

2121
=fsharp-mode= is tested with Emacs 26.1+ and NET Core 2.1 (LTS)
2222

@@ -26,7 +26,7 @@ The current version of =fsharp-mode= installs =fsautocomplete.exe= automatically
2626

2727
*Currently the MELPA package is outdated*! ATM it still refers to [[https://github.com/rneatherway/emacs-fsharp-mode-bin][emacs-fsharp-mode-bin]]!
2828

29-
=fsharp-mode= is available on [MELPA](https://melpa.org) and can
29+
=fsharp-mode= is available on [[https://melpa.org][MELPA]] and can
3030
be installed using the built-in package manager.
3131

3232
If you're not already using MELPA, add the following to your init.el:
@@ -45,7 +45,7 @@ If you're not already using MELPA, add the following to your init.el:
4545
(require 'fsharp-mode)
4646
#+END_SRC
4747

48-
If you are a user of [use-package](https://github.com/jwiegley/use-package) you can instead do
48+
If you are a user of [[https://github.com/jwiegley/use-package][use-package]] you can instead do
4949

5050
#+BEGIN_SRC elisp
5151
(use-package fsharp-mode

0 commit comments

Comments
 (0)