Disable smart quotes and dashes in OS X.

This commit is contained in:
Scott Wallace 2017-11-30 13:32:20 +00:00
parent 166078e633
commit deded23a33

View file

@ -57,6 +57,24 @@
key: tilesize
value: 35
- name: 'OS X: Smart quotes off'
tags:
- config
osx_defaults:
domain: NSGlobalDomain
type: int
key: NSAutomaticQuoteSubstitutionEnabled
value: 0
- name: 'OS X: Smart dashes off'
tags:
- config
osx_defaults:
domain: NSGlobalDomain
type: int
key: NSAutomaticDashSubstitutionEnabled
value: 0
- name: 'OS X: Clear preferences cache'
tags:
- config