Skip to content

Commit

Permalink
Remove repeated info about defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Sep 22, 2024
1 parent eb46f35 commit c4701d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/site/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Some of the commands also let you choose what should happen with the results:
??? Note "Evaluate to comments support different comment styles"
When using the commands for evaluating to comments, **Evaluate Top Level Form (defun) to Comment**, and **Evaluate Selection to Comment**, the commands will insert the results as line comments (`;; ...`) below the evaluated form. However, there are two additional comment styles available. To use these you need to execute the commands via VS Code API, typically from keybindings. The commands take an argument map with the key `commentStyle`. You can choose between three different comment styles: `line`, `ignore`, and `rcf`:

* The default is `line`.
* The `line` style is the default.
* The `ignore` style will put an ignore marker (`#_`) before the result.
* The `rcf` style will wrap the result in a rich comment form ( `(comment ...)`).
Expand Down

0 comments on commit c4701d0

Please sign in to comment.