diff options
| author | Constantine Vetoshev <gepardcv@gmail.com> | 2021-08-12 20:16:21 -0700 |
|---|---|---|
| committer | Constantine Vetoshev <gepardcv@gmail.com> | 2021-08-12 20:16:21 -0700 |
| commit | bf3f4c8cc9ae26573f39be026e8c5e994c14da63 (patch) | |
| tree | 8abbf6e60f76fef31d9fd1eb1968634d08967397 | |
| parent | f8970d185e6ff67a9b7f2967ffe41d252c44f667 (diff) | |
Fix capitalization consistency.
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ be saved and recovered as needed. - [Compatibility](#compatibility) - [Installation](#installation) - [Usage](#usage) - - [Buffer switchers](#buffer-switchers) + - [Buffer Switchers](#buffer-switchers) - [Notes on `completing-read` Enhancements](#notes-on-completing-read-enhancements) - [Saving Sessions to Disk](#saving-sessions-to-disk) - [Customization](#customization) @@ -184,7 +184,7 @@ Here are the main commands defined in `persp-mode-map`: - `C-l` — `persp-state-load`: Load all perspectives from a file -### Buffer switchers +### Buffer Switchers Since Perspective maintains distinct buffer lists for each perspective, it helps to use a Perspective-aware buffer switcher. |
