Autoflow package is loaded using package.cson

This commit is contained in:
Corey Johnson
2013-02-07 13:56:48 -08:00
committed by Corey Johnson & Kevin Sawicki
parent 6f05e66825
commit 23244de327
2 changed files with 2 additions and 4 deletions

View File

@@ -1,8 +1,5 @@
AtomPackage = require 'atom-package'
module.exports =
class Autoflow extends AtomPackage
activate: (rootView) ->
activate: ->
rootView.command 'autoflow:reflow-paragraph', '.editor', (e) =>
@reflowParagraph(e.currentTargetView())

View File

@@ -0,0 +1 @@
'main': 'autoflow'