diff --git a/src/workgroups-variables.el b/src/workgroups-variables.el index 26215c1754fe68d4b1d0ec25e0d1e20b6482f306..f816eb3f7c072b7e532eeb02fb23fc83324ac853 100644 --- a/src/workgroups-variables.el +++ b/src/workgroups-variables.el @@ -240,6 +240,14 @@ can't be restored. Also used when a blank workgroup is created." :type 'string :group 'workgroups) +;; What to restore: + +(defcustom wg-restore-remote-buffers t + "nil means do not restore buffers that get \"t\" with +`wg-is-file-remote'" + :type 'boolean + :group 'workgroups) + (defcustom wg-restore-associated-buffers t "Non-nil means restore all buffers associated with the workgroup on workgroup restore."