diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-22 22:16:26 +0000 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-12-22 22:21:08 +0000 |
| commit | 9fdbf5b24df28b046731db1c7a1cc90338d55dce (patch) | |
| tree | 8a006829920580e0b06e08ca971e7afb4769a788 /CHANGELOG.md | |
| parent | 9dfeac0becc7fc6bead0f48ccd95a6487d31495b (diff) | |
Cleanup old helpful buffers0.5
Define helpful-max-buffers as a compromise between 'keep everything'
and 'cleanup immediately', allowing users to decide how many helpful
buffers they want to keep around.
Fixes #66
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ef499..6f30d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ highlights which aliases are obsolete. Improved helpful performance for primitives when Emacs source code is loaded. +Helpful will now only keep the last 5 buffers, to avoid cluttering +your buffer list. You can customise this behaviour with +`helpful-max-buffers`: set it to 1 to cleanup all previous buffers, or +set it to `nil` never cleanup buffers. + ## recentf bug Helpful had an issue where it would call find-file with propertized |
