mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
~/.atomicity/settings.coffee
This commit is contained in:
@@ -28,6 +28,7 @@ windowAdditions =
|
||||
|
||||
@loadExtensions()
|
||||
@loadKeyBindings()
|
||||
@loadSettings()
|
||||
|
||||
@editor.restoreOpenBuffers()
|
||||
|
||||
@@ -60,6 +61,10 @@ windowAdditions =
|
||||
if fs.isFile "~/.atomicity/key-bindings.coffee"
|
||||
KeyBinder.load "~/.atomicity/key-bindings.coffee"
|
||||
|
||||
loadSettings: ->
|
||||
if fs.isFile require.resolve "~/.atomicity/settings.coffee"
|
||||
require "~/.atomicity/settings.coffee"
|
||||
|
||||
showConsole: ->
|
||||
atomController.webView.inspector.showConsole true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user