From 004b393b12c50d49818326e6d4378904a3456b45 Mon Sep 17 00:00:00 2001 From: Seong Jae Lee Date: Sun, 5 Apr 2015 13:05:44 -0700 Subject: [PATCH] Fix deprecation warnings --- keymaps/notational-velocity.cson | 2 +- {stylesheets => styles}/notational-velocity.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {stylesheets => styles}/notational-velocity.less (72%) diff --git a/keymaps/notational-velocity.cson b/keymaps/notational-velocity.cson index 189248b..091aaec 100644 --- a/keymaps/notational-velocity.cson +++ b/keymaps/notational-velocity.cson @@ -7,5 +7,5 @@ # For more detailed documentation see # https://atom.io/docs/latest/advanced/keymaps -'.workspace': +'.atom-workspace': 'ctrl-alt-o': 'notational-velocity:toggle' diff --git a/stylesheets/notational-velocity.less b/styles/notational-velocity.less similarity index 72% rename from stylesheets/notational-velocity.less rename to styles/notational-velocity.less index 9549968..57e4e3c 100644 --- a/stylesheets/notational-velocity.less +++ b/styles/notational-velocity.less @@ -1,6 +1,6 @@ // The ui-variables file is provided by base themes provided by Atom. // -// See https://github.com/atom/atom-dark-ui/blob/master/stylesheets/ui-variables.less +// See https://github.com/atom/atom-dark-ui/blob/master/styles/ui-variables.less // for a full listing of what's available. @import "ui-variables";