Skip to content

add burly-tabs-save-current-windows#73

Open
TauPan wants to merge 1 commit into
alphapapa:masterfrom
TauPan:patch-1
Open

add burly-tabs-save-current-windows#73
TauPan wants to merge 1 commit into
alphapapa:masterfrom
TauPan:patch-1

Conversation

@TauPan
Copy link
Copy Markdown

@TauPan TauPan commented Jul 30, 2025

I sometimes change little things in the windows, such as moving point etc. and if I want to keep the current configuration under the existing bookmark, I think this command is handy.

I tried to make the simplest change possible on purpose, so this is not DRY.

To make this a bit more DRY, one could factor out the pcase-let with the guard as e.g. burly-tabs--get-current-bookmark-name and use it in burly-tabs-reset-tab as well.

Minor points:

  • pcase-let* with star is strictly not necessary, but you may prefer it because it's mostly what one wants with multiple bindings. It probably adds some safety against later code modifications.

  • Also not sure how I feel about the command name.

I sometimes change little things in the windows, such as moving point etc. and if I want to keep the current configuration under the existing bookmark, I think this command is handy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant