docs: change link format

This commit is contained in:
TEC 2022-09-26 02:19:42 +08:00 committed by Henrik Lissner
parent 58fb83c98e
commit 5ac2a5258b
160 changed files with 1161 additions and 1152 deletions

View file

@ -13,8 +13,8 @@ This module provides extra functionality for macOS.
/This module has no flags./
** Packages
- [[doom-package:][ns-auto-titlebar]]
- [[doom-package:][osx-trash]]
- [[doom-package:ns-auto-titlebar]]
- [[doom-package:osx-trash]]
** Hacks
/No hacks documented for this module./
@ -37,8 +37,8 @@ This module requires a macOS environment.
This module adds various macOS-specific launchers under the [[kbd:][SPC o]] prefix ([[kbd:][C-c
o]] for users with Evil disabled).
It also enables Keychain integration for [[doom-package:][auth-source]]. This is used by our [[doom-module:][:app
irc]] and [[doom-module:][:tools magit]] modules, for instance.
It also enables Keychain integration for [[doom-package:auth-source]]. This is used by our [[doom-module::app
irc]] and [[doom-module::tools magit]] modules, for instance.
To support GitHub Forge add an internet password like this to your keychain:
| Field | Value |

View file

@ -23,9 +23,9 @@ This module configures Emacs for use in the terminal, by providing:
connections or Tmux. However, this requires [[https://github.com/spudlyo/clipetty#terminals-that-support-osc-clipboard-operations][a supported terminal]].
** Packages
- [[doom-package:][clipetty]] if [[doom-module:][+osc]]
- [[doom-package:][evil-terminal-cursor-changer]] if [[doom-module:][:editor evil]]
- [[doom-package:][xclip]] unless [[doom-module:][+osc]]
- [[doom-package:clipetty]] if [[doom-module:+osc]]
- [[doom-package:evil-terminal-cursor-changer]] if [[doom-module::editor evil]]
- [[doom-package:xclip]] unless [[doom-module:+osc]]
** Hacks
/No hacks documented for this module./
@ -45,7 +45,7 @@ need:
- Linux: =xclip=, =xsel=, or =wl-clibpoard= (Wayland)
- macOS: =pbcopy= and =pbpaste= (included with macOS)
- Windows: =getclip= and =putclip= (cygwin)
- (If [[doom-module:][+osc]] is enabled) A terminal that supports OSC 52 escape codes, such as:
- (If [[doom-module:+osc]] is enabled) A terminal that supports OSC 52 escape codes, such as:
xterm (unix), iTerm2 (macOS), alacritty (cross platform), kitty (macOS,
linux), mintty (Windows), hterm (javascript), st (unix), mlterm (cross
platform)