mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add Config::unset
Deprecate Config::restoreDefault
This commit is contained in:
@@ -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) ->
|
||||
|
||||
Reference in New Issue
Block a user