Remove non-existent links in modules/README.org
And correct :app's description.
This commit is contained in:
parent
47d09b3ef5
commit
5b1df6e7bb
1 changed files with 67 additions and 66 deletions
|
@ -15,7 +15,7 @@
|
||||||
* :feature
|
* :feature
|
||||||
Broad modules that bring essential IDE functionality to Emacs.
|
Broad modules that bring essential IDE functionality to Emacs.
|
||||||
|
|
||||||
+ [[file:feature/debugger/README.org][debugger]]: A (nigh-)universal debugger in Emacs
|
+ debugger: A (nigh-)universal debugger in Emacs
|
||||||
+ [[file:feature/eval/README.org][eval]]: REPL & code evaluation support for a variety of languages
|
+ [[file:feature/eval/README.org][eval]]: REPL & code evaluation support for a variety of languages
|
||||||
+ [[file:feature/evil/README.org][evil]] =+everywhere=: Vim in Emacs
|
+ [[file:feature/evil/README.org][evil]] =+everywhere=: Vim in Emacs
|
||||||
+ [[file:feature/file-templates/README.org][file-templates]]: Auto-inserted templates in blank new files
|
+ [[file:feature/file-templates/README.org][file-templates]]: Auto-inserted templates in blank new files
|
||||||
|
@ -27,8 +27,8 @@ Broad modules that bring essential IDE functionality to Emacs.
|
||||||
Swappable completion modules for quickly narrowing down lists of candidates.
|
Swappable completion modules for quickly narrowing down lists of candidates.
|
||||||
|
|
||||||
+ [[file:completion/company/README.org][company]] =+auto +childframe=: The ultimate code completion backend
|
+ [[file:completion/company/README.org][company]] =+auto +childframe=: The ultimate code completion backend
|
||||||
+ [[file:completion/helm/README.org][helm]] =+fuzzy +childframe=: *Another* search engine for love and life
|
+ helm =+fuzzy +childframe=: *Another* search engine for love and life
|
||||||
+ [[file:completion/ido/README.org][ido]]: The /other/ *other* search engine for love and life
|
+ ido: The /other/ *other* search engine for love and life
|
||||||
+ [[file:completion/ivy/README.org][ivy]] =+fuzzy +childframe=: /The/ search engine for love and life
|
+ [[file:completion/ivy/README.org][ivy]] =+fuzzy +childframe=: /The/ search engine for love and life
|
||||||
|
|
||||||
* :ui
|
* :ui
|
||||||
|
@ -39,18 +39,18 @@ Aesthetic modules that affect the Emacs interface or user experience.
|
||||||
+ [[file:ui/doom-dashboard/README.org][doom-dashboard]]:
|
+ [[file:ui/doom-dashboard/README.org][doom-dashboard]]:
|
||||||
+ [[file:ui/doom-quit/README.org][doom-quit]]:
|
+ [[file:ui/doom-quit/README.org][doom-quit]]:
|
||||||
+ [[file:ui/evil-goggles/README.org][evil-goggles]]:
|
+ [[file:ui/evil-goggles/README.org][evil-goggles]]:
|
||||||
+ [[file:ui/fci/README.org][fci]]:
|
+ fci:
|
||||||
+ [[file:ui/hl-todo/README.org][hl-todo]]:
|
+ [[file:ui/hl-todo/README.org][hl-todo]]:
|
||||||
+ [[file:ui/modeline/README.org][modeline]]:
|
+ [[file:ui/modeline/README.org][modeline]]:
|
||||||
+ [[file:ui/nav-flash/README.org][nav-flash]]:
|
+ [[file:ui/nav-flash/README.org][nav-flash]]:
|
||||||
+ [[file:ui/neotree/README.org][neotree]]:
|
+ [[file:ui/neotree/README.org][neotree]]:
|
||||||
+ [[file:ui/treemacs/README.org][treemacs]]:
|
+ treemacs:
|
||||||
+ [[file:ui/popup/README.org][popup]] =+all +defaults=: Makes temporary/disposable windows less intrusive
|
+ [[file:ui/popup/README.org][popup]] =+all +defaults=: Makes temporary/disposable windows less intrusive
|
||||||
+ [[file:ui/pretty-code/README.org][pretty-code]]:
|
+ pretty-code:
|
||||||
+ [[file:ui/tabbar/README.org][tabbar]]:
|
+ [[file:ui/tabbar/README.org][tabbar]]:
|
||||||
+ [[file:ui/unicode/README.org][unicode]]:
|
+ [[file:ui/unicode/README.org][unicode]]:
|
||||||
+ [[file:ui/vc-gutter/README.org][vc-gutter]]:
|
+ vc-gutter:
|
||||||
+ [[file:ui/vi-tilde-fringe/README.org][vi-tilde-fringe]]:
|
+ vi-tilde-fringe:
|
||||||
+ [[file:ui/window-select/README.org][window-select]]:
|
+ [[file:ui/window-select/README.org][window-select]]:
|
||||||
|
|
||||||
* :editor
|
* :editor
|
||||||
|
@ -59,112 +59,113 @@ Modules that affect and augment your ability to write and edit text.
|
||||||
+ [[file:editor/fold/README.org][fold]]: universal code folding
|
+ [[file:editor/fold/README.org][fold]]: universal code folding
|
||||||
+ [[file:editor/format/README.org][format]] =+onsave=:
|
+ [[file:editor/format/README.org][format]] =+onsave=:
|
||||||
+ [[file:editor/lispy/README.org][lispy]]:
|
+ [[file:editor/lispy/README.org][lispy]]:
|
||||||
+ [[file:editor/multiple-cursors/README.org][multiple-cursors]]:
|
+ multiple-cursors:
|
||||||
+ [[file:editor/parinfer/README.org][parinfer]]:
|
+ [[file:editor/parinfer/README.org][parinfer]]:
|
||||||
+ [[file:editor/rotate-text/README.org][rotate-text]]:
|
+ rotate-text:
|
||||||
|
|
||||||
* :emacs
|
* :emacs
|
||||||
Modules that reconfigure packages or features built into Emacs
|
Modules that reconfigure packages or features built into Emacs
|
||||||
|
|
||||||
+ [[file:emacs/dired/README.org][dired]] =+ranger +icons=:
|
+ dired =+ranger +icons=:
|
||||||
+ [[file:emacs/electric/README.org][electric]]:
|
+ electric:
|
||||||
+ [[file:emacs/eshell/README.org][eshell]]:
|
+ eshell:
|
||||||
+ [[file:emacs/imenu/README.org][imenu]]:
|
+ imenu:
|
||||||
+ [[file:emacs/term/README.org][term]]:
|
+ term:
|
||||||
+ [[file:emacs/vc/README.org][vc]]:
|
+ vc:
|
||||||
|
|
||||||
* :tools
|
* :tools
|
||||||
Small modules that give Emacs access to external tools & services.
|
Small modules that give Emacs access to external tools & services.
|
||||||
|
|
||||||
+ [[file:tools/ansible/README.org][ansible]]:
|
+ ansible:
|
||||||
+ [[file:tools/docker/README.org][docker]]:
|
+ docker:
|
||||||
+ [[file:tools/editorconfig/README.org][editorconfig]]:
|
+ [[file:tools/editorconfig/README.org][editorconfig]]:
|
||||||
+ [[file:tools/ein/README.org][ein]]:
|
+ [[file:tools/ein/README.org][ein]]:
|
||||||
+ [[file:tools/flyspell/README.org][flyspell]]: Spell checking
|
+ flyspell: Spell checking
|
||||||
+ [[file:tools/flycheck/README.org][flycheck]]: Live error/warning highlights
|
+ flycheck: Live error/warning highlights
|
||||||
+ [[file:tools/gist/README.org][gist]]:
|
+ gist:
|
||||||
+ [[file:tools/lsp/README.org][lsp]]:
|
+ [[file:tools/lsp/README.org][lsp]]:
|
||||||
+ [[file:tools/macos/README.org][macos]]:
|
+ macos:
|
||||||
+ [[file:tools/make/README.org][make]]:
|
+ make:
|
||||||
+ [[file:tools/magit/README.org][magit]]:
|
+ magit:
|
||||||
+ [[file:tools/password-store/README.org][password-store]]:
|
+ password-store:
|
||||||
+ [[file:tools/pdf/README.org][pdf]]:
|
+ pdf:
|
||||||
+ [[file:tools/prodigy/README.md][prodigy]]:
|
+ prodigy:
|
||||||
+ [[file:tools/rgb/README.org][rgb]]:
|
+ rgb:
|
||||||
+ [[file:tools/terraform/README.org][terraform]]:
|
+ terraform:
|
||||||
+ [[file:tools/tmux/README.org][tmux]]:
|
+ tmux:
|
||||||
+ [[file:tools/upload/README.org][upload]]:
|
+ upload:
|
||||||
+ [[file:tools/wakatime/README.org][wakatime]]:
|
+ [[file:tools/wakatime/README.org][wakatime]]:
|
||||||
+ [[file:tools/vterm/README.org][vterm]]:
|
+ vterm:
|
||||||
|
|
||||||
* :lang
|
* :lang
|
||||||
Modules that bring support for a language or group of languages to Emacs.
|
Modules that bring support for a language or group of languages to Emacs.
|
||||||
|
|
||||||
+ [[file:lang/assembly/README.org][assembly]]:
|
+ assembly:
|
||||||
+ [[file:lang/cc/README.org][cc]] =+lsp=:
|
+ [[file:lang/cc/README.org][cc]] =+lsp=:
|
||||||
+ [[file:lang/clojure/README.org][clojure]]:
|
+ clojure:
|
||||||
+ [[file:lang/common-lisp/README.org][common-lisp]]:
|
+ common-lisp:
|
||||||
+ [[file:lang/coq/README.org][coq]]:
|
+ [[file:lang/coq/README.org][coq]]:
|
||||||
+ [[file:lang/crystal/README.org][crystal]]:
|
+ crystal:
|
||||||
+ [[file:lang/csharp/README.org][csharp]]:
|
+ [[file:lang/csharp/README.org][csharp]]:
|
||||||
+ [[file:lang/data/README.org][data]]:
|
+ data:
|
||||||
+ [[file:lang/erlang/README.org][erlang]]:
|
+ erlang:
|
||||||
+ [[file:lang/elixir/README.org][elixir]]:
|
+ elixir:
|
||||||
+ [[file:lang/elm/README.org][elm]]:
|
+ elm:
|
||||||
+ [[file:lang/emacs-lisp/README.org][emacs-lisp]]:
|
+ emacs-lisp:
|
||||||
+ [[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=:
|
+ [[file:lang/haskell/README.org][haskell]] =+intero +dante=:
|
||||||
+ [[file:lang/hy/README.org][hy]]:
|
+ hy:
|
||||||
+ [[file:lang/idris/README.org][idris]]:
|
+ [[file:lang/idris/README.org][idris]]:
|
||||||
+ [[file:lang/java/README.org][java]] =+meghanada=:
|
+ java =+meghanada=:
|
||||||
+ [[file:lang/javascript/README.org][javascript]] =+lsp=:
|
+ [[file:lang/javascript/README.org][javascript]] =+lsp=:
|
||||||
+ [[file:lang/julia/README.org][julia]]:
|
+ julia:
|
||||||
+ [[file:lang/latex/README.org][latex]]:
|
+ [[file:lang/latex/README.org][latex]]:
|
||||||
+ [[file:lang/ledger/README.org][ledger]]:
|
+ ledger:
|
||||||
+ [[file:lang/lua/README.org][lua]]:
|
+ lua:
|
||||||
+ [[file:lang/markdown/README.org][markdown]]:
|
+ markdown:
|
||||||
+ [[file:lang/nim/README.org][nim]]:
|
+ [[file:lang/nim/README.org][nim]]:
|
||||||
+ [[file:lang/nix/README.org][nix]]:
|
+ nix:
|
||||||
+ [[file:lang/ocaml/README.org][ocaml]] =+lsp=:
|
+ [[file:lang/ocaml/README.org][ocaml]] =+lsp=:
|
||||||
+ [[file:lang/org/README.org][org]] =+attach +babel +capture +export +present +ipython=:
|
+ [[file:lang/org/README.org][org]] =+attach +babel +capture +export +present +ipython=:
|
||||||
+ [[file:lang/perl/README.org][perl]]:
|
+ [[file:lang/perl/README.org][perl]]:
|
||||||
+ [[file:lang/php/README.org][php]] =+lsp=:
|
+ [[file:lang/php/README.org][php]] =+lsp=:
|
||||||
+ [[file:lang/plantuml/README.org][plantuml]]:
|
+ plantuml:
|
||||||
+ [[file:lang/purescript/README.org][purescript]]:
|
+ purescript:
|
||||||
+ [[file:lang/python/README.org][python]] =+lsp=:
|
+ python =+lsp=:
|
||||||
+ [[file:lang/qt/README.org][qt]]:
|
+ qt:
|
||||||
+ [[file:lang/racket/README.org][racket]]:
|
+ racket:
|
||||||
+ [[file:lang/rest/README.org][rest]]:
|
+ [[file:lang/rest/README.org][rest]]:
|
||||||
+ [[file:lang/ruby/README.org][ruby]] =+lsp=:
|
+ ruby =+lsp=:
|
||||||
+ [[file:lang/rust/README.org][rust]] =+lsp=:
|
+ [[file:lang/rust/README.org][rust]] =+lsp=:
|
||||||
+ [[file:lang/scala/README.org][scala]]:
|
+ scala:
|
||||||
+ [[file:lang/sh/README.org][sh]] =+fish +lsp=:
|
+ [[file:lang/sh/README.org][sh]] =+fish +lsp=:
|
||||||
+ [[file:lang/solidity/README.org][solidity]]:
|
+ [[file:lang/solidity/README.org][solidity]]:
|
||||||
+ [[file:lang/swift/README.org][swift]]:
|
+ swift:
|
||||||
+ [[file:lang/web/README.org][web]] =+lsp=:
|
+ web =+lsp=:
|
||||||
+ [[file:lang/vala/README.org][vala]]:
|
+ vala:
|
||||||
|
|
||||||
* :app
|
* :app
|
||||||
Large, opinionated modules that transform and take over Emacs to serve
|
Large, opinionated modules that transform and take over Emacs, i.e.
|
||||||
|
Doom-specific porcelains.
|
||||||
|
|
||||||
+ [[file:app/calendar/README.org][calendar]]:
|
+ calendar:
|
||||||
+ [[file:app/email/README.org][email]] =+gmail=:
|
+ [[file:app/email/README.org][email]] =+gmail=:
|
||||||
+ [[file:app/irc/README.org][irc]]:
|
+ [[file:app/irc/README.org][irc]]:
|
||||||
+ [[file:app/regex/README.org][regex]]:
|
+ regex:
|
||||||
+ [[file:app/rss/README.org][rss]] =+org=:
|
+ rss =+org=:
|
||||||
+ [[file:app/twitter/README.org][twitter]]:
|
+ twitter:
|
||||||
+ [[file:app/write/README.org][write]] =+wordnut +langtool=:
|
+ [[file:app/write/README.org][write]] =+wordnut +langtool=:
|
||||||
|
|
||||||
* :collab
|
* :collab
|
||||||
Modules that enable collaborative programming over the internet.
|
Modules that enable collaborative programming over the internet.
|
||||||
|
|
||||||
+ [[file:collab/floobits/README.org][floobits]]:
|
+ floobits:
|
||||||
+ [[file:collab/impatient-mode/README.org][impatient-mode]]:
|
+ impatient-mode:
|
||||||
|
|
||||||
* :config
|
* :config
|
||||||
Modules that configure Emacs one way or another, or focus on making it easier
|
Modules that configure Emacs one way or another, or focus on making it easier
|
||||||
for you to customize it yourself.
|
for you to customize it yourself.
|
||||||
|
|
||||||
+ [[file:config/literate/README.org][literate]]:
|
+ literate:
|
||||||
+ [[file:config/default/README.org][default]] =+bindings +smartparens=:
|
+ [[file:config/default/README.org][default]] =+bindings +smartparens=:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue