Skip to content

Commit

Permalink
persp-feature-flag-directly-kill-ido-ignore-buffers: unset
Browse files Browse the repository at this point in the history
Unset feature flag by default, due to #168 possibly beeing fixed.
  • Loading branch information
mehw committed Dec 2, 2021
1 parent 49fb5ba commit b3509ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added

- `persp-feature-flag-directly-kill-ido-ignore-buffers`: allow/disallow `persp-maybe-kill-buffer` to kill `ido-ignore-buffers` skipping checks (default: enable).
- `persp-feature-flag-directly-kill-ido-ignore-buffers`: allow/disallow `persp-maybe-kill-buffer` to kill `ido-ignore-buffers` skipping checks (default: disable).
- `persp-feature-flag-prevent-killing-last-buffer-in-perspective`: enables/disables `persp-maybe-kill-buffer` (default: disable).
- `persp-switch-to-scratch-buffer`: interactive function to switch to the current perspective's scratch buffer, creating one if missing.
- `persp-get-scratch-buffer`: utility function to properly get/create a scratch buffer.
Expand Down
2 changes: 1 addition & 1 deletion perspective.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ save state when exiting Emacs."
:group 'perspective-mode
:type 'boolean)

(defcustom persp-feature-flag-directly-kill-ido-ignore-buffers t
(defcustom persp-feature-flag-directly-kill-ido-ignore-buffers nil
"Experimental feature flag: kill temporary buffers skipping checks.
For performance reasons, a `persp-maybe-kill-buffer' call is allowed
Expand Down

0 comments on commit b3509ef

Please sign in to comment.