v0.6
Additions
- Command
activities-switch-buffer
switches to a buffer associated with the current activity (or, with prefix argument, another activity). (A buffer is considered to be associated with an activity if it has been displayed in its tab. Note that this feature currently requiresactivities-tabs-mode
.) - Command
activities-rename
renames an activity. - Option
activities-after-switch-functions
, a hook called after switching to an activity. - Option
activities-set-frame-name
sets the frame name after switching to an activity. (#33. Thanks to JD Smith.) - Option
activities-kill-buffers
, when suspending an activity, kills buffers that were only shown in that activity.
Changes