From a29babe830fd50531d62520bf38689a2b9d3615e Mon Sep 17 00:00:00 2001 From: emacspace Date: Sun, 10 Jan 2021 20:15:44 +0000 Subject: [PATCH] documentation formatting: Sun Jan 10 20:15:44 UTC 2021 --- doc/DOCUMENTATION.org | 10 +++++----- layers/LAYERS.org | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index c7a5b0640..e68820891 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1985,9 +1985,9 @@ pressed. You can change the delay by setting the variable **** Which-key persistent Sometimes it can be handy to show some keymap persistently with which-key, -especially in buffers with merely evilified keybindings or using Emacs state, +especially in buffers with merely evilified key bindings or using Emacs state, e.g. Info buffers, gnus, eww etc. The persistent =which-key= state can be -toggled with ~SPC t k k~. For some specific keymaps, dedicated keybindings are +toggled with ~SPC t k k~. For some specific keymaps, dedicated key bindings are also available behind the ~SPC t k~ prefix: | Key binding | Description | @@ -1997,10 +1997,10 @@ also available behind the ~SPC t k~ prefix: | ~SPC t k M~ | show persistent full-major-mode keymap. Toggle off with ~SPC t k k~ | | ~SPC t k t~ | show persistent top-level keymap. Toggle off with ~SPC t k k~ | -The keybindings just set the =which-key-persistent-popup= to ~t~, hence the -which-key buffer will keep updating. Therefore the latter 3 keybindings (~SPC t +The key bindings just set the =which-key-persistent-popup= to ~t~, hence the +which-key buffer will keep updating. Therefore the latter 3 key bindings (~SPC t k m/M/t~) can be used to return focus to their respective keymaps, while only -the first keybinding ~SPC t k k~ can be used for toggling off the persistent +the first key binding ~SPC t k k~ can be used for toggling off the persistent state. **** Describe key bindings diff --git a/layers/LAYERS.org b/layers/LAYERS.org index 16006211f..866a33c93 100644 --- a/layers/LAYERS.org +++ b/layers/LAYERS.org @@ -2213,6 +2213,7 @@ Features: - Test runner (ruby-test and rspec) - Rake runner - Linter (rubocop) +- Formatter (prettier) - Interactive REPL and code navigation (robe) - Interactive debugger using [[https://github.com/emacs-lsp/dap-mode][dap-mode]]