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";