[TxMt] Re: OakDocumentDisableFSMetaData in build 1589
Allan Odgaard
mailinglist at textmate.org
Tue Nov 24 16:43:28 UTC 2009
On 24 Nov 2009, at 17:17, King, Steven wrote:
> [...]
> If I wanted to disable metadata on this drive would I specify the
> device (/dev/disk3), mount point (/Volumes/THUMB), file system type
> (msdos), or something else? Can you provide an example, please?
File system, so that would be:
defaults write com.macromates.textmate OakDocumentDisableFSMetaData
'( msdos )'
The value is an array in old-style plist format, so for multiple file
system use: '( msdos, afps, nfs )'.
More information about the textmate
mailing list