Added option for closing deleted file tabs

This commit is contained in:
Ian Olsen
2017-01-18 16:36:41 -08:00
parent 3aa773b700
commit d3066f0e3b

View File

@@ -68,6 +68,12 @@ const configSchema = {
default: true,
description: 'Trigger the system\'s beep sound when certain actions cannot be executed or there are no results.'
},
closeDeletedFileTabs: {
type: 'boolean',
default: false,
title: 'Close Deleted File Tabs',
description: 'Close corresponding editors when a file is deleted outside Atom.'
},
destroyEmptyPanes: {
type: 'boolean',
default: true,