2022-03-28 15:03:21 +02:00
|
|
|
#+title: :editor objed
|
|
|
|
#+subtitle: Text object editing for the innocent
|
|
|
|
#+created: May 30, 2019
|
|
|
|
#+since: 21.12.0
|
2019-04-19 15:41:55 +10:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
* Description :unfold:
|
|
|
|
This modules adds [[doom-package:][objed]], a global minor-mode for navigating and manipulating
|
|
|
|
text objects. It combines the ideas of ~versor-mode~ and other editors like Vim
|
|
|
|
or Kakoune and tries to align them with regular Emacs conventions.
|
2019-06-01 13:30:18 +02:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
[[https://github.com/clemera/objed][See the objed project README]] for information on keybinds and usage.
|
|
|
|
|
|
|
|
** Maintainers
|
|
|
|
*This module needs a maintainer.* [[doom-contrib-maintainer:][Become a maintainer?]]
|
|
|
|
|
|
|
|
** Module flags
|
|
|
|
- +manual ::
|
|
|
|
Don't activate [[doom-package:][objed]] at startup, automatically, leaving it to the user to call
|
|
|
|
[[fn:][objed-activate]] (bound to [[kbd:][M-SPC]] if using [[doom-module:][:config default +bindings]]).
|
|
|
|
|
|
|
|
** Packages
|
|
|
|
- [[doom-package:][objed]]
|
|
|
|
|
|
|
|
** 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 has no external requirements./
|
2019-04-19 15:41:55 +10:00
|
|
|
|
2020-07-31 01:39:24 -04:00
|
|
|
#+begin_quote
|
2021-10-16 01:22:41 +02:00
|
|
|
🚧 This module is incompatible with [[doom-module:][:editor evil]]. Do not enable them both at
|
|
|
|
the same time or you will get errors.
|
2020-07-31 01:39:24 -04:00
|
|
|
#+end_quote
|
2019-04-19 15:41:55 +10:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
* TODO Usage
|
|
|
|
#+begin_quote
|
|
|
|
🔨 This module has no usage documentation yet. [[doom-contrib-module:][Write some?]]
|
|
|
|
#+end_quote
|
|
|
|
|
|
|
|
* TODO Configuration
|
|
|
|
#+begin_quote
|
|
|
|
🔨 This module has no configuration documentation yet. [[doom-contrib-module:][Write some?]]
|
|
|
|
#+end_quote
|
2019-06-01 13:30:18 +02:00
|
|
|
|
2021-10-16 01:22:41 +02:00
|
|
|
* 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
|