modules/README: update links & alphabetize
And correct minor issues in lang/{elixir,ein}/README.org
This commit is contained in:
parent
6ee96d15aa
commit
286024a48c
3 changed files with 14 additions and 15 deletions
|
@ -63,7 +63,7 @@ Modules that affect and augment your ability to manipulate or insert text.
|
||||||
* :emacs
|
* :emacs
|
||||||
Modules that reconfigure or augment packages or features built into Emacs.
|
Modules that reconfigure or augment packages or features built into Emacs.
|
||||||
|
|
||||||
+ dired =+ranger +icons=:
|
+ [[file:emacs/dired/README.org][dired]] =+ranger +icons=:
|
||||||
+ electric:
|
+ electric:
|
||||||
+ vc:
|
+ vc:
|
||||||
|
|
||||||
|
@ -113,10 +113,10 @@ Modules that bring support for a language or group of languages to Emacs.
|
||||||
+ crystal:
|
+ crystal:
|
||||||
+ [[file:lang/csharp/README.org][csharp]]:
|
+ [[file:lang/csharp/README.org][csharp]]:
|
||||||
+ data:
|
+ data:
|
||||||
+ erlang:
|
+ [[file:lang/elixir/README.org][elixir]] =+lsp=:
|
||||||
+ elixir:
|
|
||||||
+ elm:
|
+ elm:
|
||||||
+ emacs-lisp:
|
+ emacs-lisp:
|
||||||
|
+ erlang:
|
||||||
+ [[file:lang/ess/README.org][ess]]:
|
+ [[file:lang/ess/README.org][ess]]:
|
||||||
+ [[file:lang/go/README.org][go]] =+lsp=:
|
+ [[file:lang/go/README.org][go]] =+lsp=:
|
||||||
+ [[file:lang/haskell/README.org][haskell]] =+intero +dante +lsp=:
|
+ [[file:lang/haskell/README.org][haskell]] =+intero +dante +lsp=:
|
||||||
|
@ -138,7 +138,7 @@ Modules that bring support for a language or group of languages to Emacs.
|
||||||
+ [[file:lang/php/README.org][php]] =+lsp=:
|
+ [[file:lang/php/README.org][php]] =+lsp=:
|
||||||
+ plantuml:
|
+ plantuml:
|
||||||
+ purescript:
|
+ purescript:
|
||||||
+ python =+lsp=:
|
+ [[file:lang/python/README.org][python]] =+lsp +pyenv +conda=:
|
||||||
+ qt:
|
+ qt:
|
||||||
+ racket:
|
+ racket:
|
||||||
+ [[file:lang/rest/README.org][rest]]:
|
+ [[file:lang/rest/README.org][rest]]:
|
||||||
|
|
|
@ -19,7 +19,7 @@ This module provides support for [[https://elixir-lang.org/][Elixir programming
|
||||||
or [[https://github.com/JakeBecker/elixir-ls/][elixir-ls]].
|
or [[https://github.com/JakeBecker/elixir-ls/][elixir-ls]].
|
||||||
|
|
||||||
** Module flags
|
** Module flags
|
||||||
| ~+lsp~ | add support for LSP |
|
+ ~+lsp~ Enable LSP support. Requires [[https://github.com/JakeBecker/elixir-ls/][elixir-ls]].
|
||||||
|
|
||||||
** Plugins
|
** Plugins
|
||||||
+ [[https://github.com/rust-lang/rust-mode][elixir-mode]]
|
+ [[https://github.com/rust-lang/rust-mode][elixir-mode]]
|
||||||
|
|
|
@ -4,16 +4,15 @@
|
||||||
#+STARTUP: inlineimages
|
#+STARTUP: inlineimages
|
||||||
|
|
||||||
* Table of Contents :TOC:
|
* Table of Contents :TOC:
|
||||||
- [[Description][Description]]
|
- [[#description][Description]]
|
||||||
- [[Module Flags][Module Flags]]
|
- [[#module-flags][Module Flags]]
|
||||||
- [[Plugins][Plugins]]
|
- [[#plugins][Plugins]]
|
||||||
- [[Prerequisites][Prerequisites]]
|
- [[#prerequisites][Prerequisites]]
|
||||||
- [[Features][Features]]
|
- [[#features][Features]]
|
||||||
- [[Interaction with a Jupyter server][Interaction with a Jupyter server]]
|
- [[#interaction-with-a-jupyter-server][Interaction with a Jupyter server]]
|
||||||
- [[Configuration][Configuration]]
|
- [[#configuration][Configuration]]
|
||||||
- [[Setting the default location of your notebooks][Setting the default location of your notebooks]]
|
- [[#setting-the-default-location-of-your-notebooks][Setting the default location of your notebooks]]
|
||||||
- [[Using hydra][Using hydra]]
|
- [[#using-hydra][Using hydra]]
|
||||||
|
|
||||||
|
|
||||||
* Description
|
* Description
|
||||||
Adds Jupyter notebook integration into emacs.
|
Adds Jupyter notebook integration into emacs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue