Add Config::unset

Deprecate Config::restoreDefault
This commit is contained in:
Max Brunsfeld
2014-12-16 10:46:31 -08:00
parent ab89776f01
commit 9f851e55d1
3 changed files with 76 additions and 29 deletions

View File

@@ -645,7 +645,7 @@ class Workspace extends Model
# Restore to a default editor font size.
resetFontSize: ->
atom.config.restoreDefault("editor.fontSize")
atom.config.unset("editor.fontSize")
# Removes the item's uri from the list of potential items to reopen.
itemOpened: (item) ->