Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Feb 23, 2025
1 parent a7cca7c commit 16aff82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ The functions `(bufferwizard-toggle-highlight-symbol-at-point)` and `(bufferwiza
```

- `case-replace`: When non-nil, this variable ensures that `(bufferwizard-replace-symbol-at-point)` preserves the case of the original text during replacements.
Example:
```elisp
;; t means (bufferwizard-replace-symbol-at-point) should preserve case in replacements.
(setq case-replace t)
```

## Author and License

Expand Down

0 comments on commit 16aff82

Please sign in to comment.