merge: rewrite-docs
I've omitted docs/*.org from this merge, as there is still work left to do there, but I am pushing the module docs early so folks can benefit from the new docs sooner.
This commit is contained in:
commit
1f8bf7accb
179 changed files with 13125 additions and 8630 deletions
11
modules/os/README.org
Normal file
11
modules/os/README.org
Normal file
|
@ -0,0 +1,11 @@
|
|||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :os
|
||||
#+created: November 03, 2021
|
||||
#+since: 21.12.0
|
||||
|
||||
* Description
|
||||
Modules in this category are designed to improve compatibility with certain
|
||||
operating systems or OS features (like the shell).
|
||||
|
||||
* Frequently asked questions
|
||||
/This category has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]
|
|
@ -1,36 +1,45 @@
|
|||
#+TITLE: os/macos
|
||||
#+DATE: February 19, 2017
|
||||
#+SINCE: v1.3
|
||||
#+STARTUP: inlineimages nofold
|
||||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :os macos
|
||||
#+subtitle: Compatibility for our favorite walled garden
|
||||
#+created: February 19, 2017
|
||||
#+since: 1.3
|
||||
|
||||
* Table of Contents :TOC_3:noexport:
|
||||
- [[#description][Description]]
|
||||
- [[#module-flags][Module Flags]]
|
||||
- [[#maintainers][Maintainers]]
|
||||
- [[#plugins][Plugins]]
|
||||
- [[#features][Features]]
|
||||
- [[#open-with-x]["Open with X"]]
|
||||
|
||||
* Description
|
||||
* Description :unfold:
|
||||
This module provides extra functionality for macOS.
|
||||
|
||||
** Module Flags
|
||||
This module provides no flags.
|
||||
|
||||
** Maintainers
|
||||
This module has no dedicated maintainers
|
||||
/This module has no dedicated maintainers./ [[doom-contrib-maintainer:][Become a maintainer?]]
|
||||
|
||||
** Plugins
|
||||
+ [[https://github.com/emacsorphanage/osx-trash][osx-trash]]
|
||||
+ [[https://github.com/purcell/ns-auto-titlebar][ns-auto-titlebar]]
|
||||
** Module flags
|
||||
/This module has no flags./
|
||||
|
||||
** Packages
|
||||
- [[doom-package:][ns-auto-titlebar]]
|
||||
- [[doom-package:][osx-trash]]
|
||||
|
||||
** Hacks
|
||||
/No hacks documented for this module./
|
||||
|
||||
** TODO Changelog
|
||||
# This section will be machine generated. Don't edit it by hand.
|
||||
/This module does not have a changelog yet./
|
||||
|
||||
* Installation
|
||||
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
|
||||
|
||||
This module requires a macOS environment.
|
||||
|
||||
* TODO Usage
|
||||
#+begin_quote
|
||||
🔨 /This module's usage documentation is incomplete./ [[doom-contrib-module:][Complete it?]]
|
||||
#+end_quote
|
||||
|
||||
* Features
|
||||
** "Open with X"
|
||||
This module adds various macOS-specific launchers under the =SPC o= prefix (=C-c
|
||||
o= for users with Evil disabled).
|
||||
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 =auth-source=. This is used by our [[file:../../../modules/app/irc/README.org][irc]]
|
||||
and [[file:../../../modules/tools/magit/README.org][magit]]-forge 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 |
|
||||
|
@ -40,3 +49,19 @@ To support GitHub Forge add an internet password like this to your keychain:
|
|||
| Account | <username>^forge |
|
||||
| Where | https://api.github.com/ |
|
||||
| Password | <token> |
|
||||
|
||||
* TODO Configuration
|
||||
#+begin_quote
|
||||
🔨 This module has no configuration documentation yet. [[doom-contrib-module:][Write some?]]
|
||||
#+end_quote
|
||||
|
||||
* Troubleshooting
|
||||
/There are no known problems with this module./ [[doom-report:][Report one?]]
|
||||
|
||||
* Frequently asked questions
|
||||
/This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]
|
||||
|
||||
* TODO Appendix
|
||||
#+begin_quote
|
||||
🔨 This module has no appendix yet. [[doom-contrib-module:][Write one?]]
|
||||
#+end_quote
|
||||
|
|
|
@ -1,66 +1,81 @@
|
|||
#+TITLE: os/tty
|
||||
#+DATE: August 7, 2020
|
||||
#+SINCE: v3.0.0
|
||||
#+STARTUP: inlineimages nofold
|
||||
# -*- mode: doom-docs-org -*-
|
||||
#+title: :os tty
|
||||
#+subtitle: Make TTY Emacs suck less
|
||||
#+created: August 07, 2020
|
||||
#+since: 21.12.0
|
||||
|
||||
* Table of Contents :TOC_3:noexport:
|
||||
- [[#description][Description]]
|
||||
- [[#maintainers][Maintainers]]
|
||||
- [[#module-flags][Module Flags]]
|
||||
- [[#plugins][Plugins]]
|
||||
- [[#prerequisites][Prerequisites]]
|
||||
- [[#configuration][Configuration]]
|
||||
- [[#true-color-and-italic-support][True-color and italic support]]
|
||||
- [[#troubleshooting][Troubleshooting]]
|
||||
|
||||
* Description
|
||||
* Description :unfold:
|
||||
This module configures Emacs for use in the terminal, by providing:
|
||||
|
||||
+ System clipboard integration (through an external clipboard program or OSC-52
|
||||
- System clipboard integration (through an external clipboard program or OSC-52
|
||||
escape codes in supported terminals).
|
||||
+ Cursor-shape changing across evil states (requires a terminal that supports
|
||||
- Cursor-shape changing across evil states (requires a terminal that supports
|
||||
it).
|
||||
+ Mouse support in the terminal.
|
||||
- Mouse support in the terminal.
|
||||
|
||||
** Maintainers
|
||||
This module has no dedicated maintainers.
|
||||
/This module has no dedicated maintainers./ [[doom-contrib-maintainer:][Become a maintainer?]]
|
||||
|
||||
** Module Flags
|
||||
+ =+osc= Instead of piping your kill ring through external programs, like xclip
|
||||
or pbcopy, have Emacs emit OSC-52 escape codes instead, allowing Emacs to
|
||||
** Module flags
|
||||
- +osc ::
|
||||
Instead of piping your kill ring through external programs, like =xclip= or
|
||||
=pbcopy=, have Emacs emit OSC-52 escape codes instead, allowing Emacs to
|
||||
communicate with your clipboard through your terminal, even across SSH
|
||||
connections or Tmux. However, this requires [[https://github.com/spudlyo/clipetty#terminals-that-support-osc-clipboard-operations][a supported terminal]].
|
||||
|
||||
** Plugins
|
||||
+ [[https://github.com/spudlyo/clipetty][clipetty]]* (if =+osc=)
|
||||
+ [[https://github.com/7696122/evil-terminal-cursor-changer][evil-terminal-cursor-changer]]* (if =:editor evil=)
|
||||
+ [[https://github.com/emacs-straight/xclip][xclip]]* (unless =+osc=)
|
||||
** 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]]
|
||||
|
||||
** Hacks
|
||||
/No hacks documented for this module./
|
||||
|
||||
** TODO Changelog
|
||||
# This section will be machine generated. Don't edit it by hand.
|
||||
/This module does not have a changelog yet./
|
||||
|
||||
* Installation
|
||||
[[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]]
|
||||
|
||||
* Prerequisites
|
||||
This module has no hard prerequisites, but in order for its features to work you
|
||||
need:
|
||||
|
||||
+ For system clipboard integration:
|
||||
+ A supported clipboard program, such as:
|
||||
+ Linux: =xclip=, =xsel=, or =wl-clibpoard= (Wayland)
|
||||
+ macOS: =pbcopy= and =pbpaste= (included with macOS)
|
||||
+ Windows: =getclip= and =putclip= (cygwin)
|
||||
+ (If =+osc= is enabled) A terminal that supports OSC 52 escape codes, such
|
||||
as: xterm (unix), iTerm2 (macOS), alacritty (cross platform), kitty (macOS,
|
||||
- For system clipboard integration:
|
||||
- A supported clipboard program, such as:
|
||||
- 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:
|
||||
xterm (unix), iTerm2 (macOS), alacritty (cross platform), kitty (macOS,
|
||||
linux), mintty (Windows), hterm (javascript), st (unix), mlterm (cross
|
||||
platform)
|
||||
+ For cursor shape changing in the terminal you need A terminal that supports
|
||||
- For cursor shape changing in the terminal you need A terminal that supports
|
||||
VT's DECSCUSR sequence, such as: Gnome Terminal, xterm, iTerm (macOS),
|
||||
Konsole, or mintty (Windows). Terminal.app (macOS) is supported too, but
|
||||
requires [[http://www.culater.net/software/SIMBL/SIMBL.php][SIMBL]] and [[https://github.com/saitoha/mouseterm-plus/releases][MouseTerm]] Plus to work.
|
||||
|
||||
* Configuration
|
||||
** True-color and italic support
|
||||
Emacs 26.3 users should consult [[https://github.com/syl20bnr/spacemacs/wiki/Terminal][the spacemacs wiki]] for details on achieving true
|
||||
color support in terminal Emacs.
|
||||
* TODO Usage
|
||||
#+begin_quote
|
||||
🔨 This module has no usage documentation yet. [[doom-contrib-module:][Write some?]]
|
||||
#+end_quote
|
||||
|
||||
Emacs 27.x users don't need todo anything, as true color support is [[https://github.com/emacs-mirror/emacs/commit/7f6153d9563cfe7753083996f59eacc9f4c694df][built into
|
||||
27.1+ and newer]].
|
||||
* TODO Configuration
|
||||
#+begin_quote
|
||||
🔨 /This module's configuration documentation is incomplete./ [[doom-contrib-module:][Complete it?]]
|
||||
#+end_quote
|
||||
|
||||
** True-color and italic support
|
||||
Consult [[https://github.com/syl20bnr/spacemacs/wiki/Terminal][the spacemacs wiki]] for details on achieving true color support for
|
||||
terminal Emacs.
|
||||
|
||||
* Troubleshooting
|
||||
# Common issues and their solution, or places to look for help.
|
||||
/There are no known problems with this module./ [[doom-report:][Report one?]]
|
||||
|
||||
* Frequently asked questions
|
||||
/This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]]
|
||||
|
||||
* TODO Appendix
|
||||
#+begin_quote
|
||||
🔨 This module has no appendix yet. [[doom-contrib-module:][Write one?]]
|
||||
#+end_quote
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue