From fbee39343d49842242499fcc99718300c32cfe9e Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 26 May 2015 15:46:55 +0200 Subject: [PATCH] Use the `atom-text-editor` tag instead of the `editor` class. This fixes the following deprecation warning: "In keymaps/pipe.cson: Use the atom-text-editor tag instead of the editor class." Closes moshee/atom-pipe#15. --- keymaps/pipe.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymaps/pipe.cson b/keymaps/pipe.cson index cd5b078..93aabed 100644 --- a/keymaps/pipe.cson +++ b/keymaps/pipe.cson @@ -7,5 +7,5 @@ # For more detailed documentation see # https://atom.io/docs/latest/advanced/keymaps -'.atom-text-editor': +'atom-text-editor': 'cmd-;': 'pipe:run' -- 2.39.2