Use space-pen for the input view

This commit is contained in:
jazzpi 2015-03-07 17:34:33 +01:00
parent 65b254a241
commit 817bdf0f74
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,5 @@
{View, TextEditorView} = require 'atom'
{View} = require 'space-pen'
{TextEditorView} = require 'atom-space-pen-views'
module.exports =
class ExCommandModeInputView extends View