From 47b0dc10cd8a46c54c52491d585a117796d18b0e Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Sun, 8 Jan 2017 12:03:00 +0100 Subject: [PATCH] Use own plugin for hyper theming --- hyper.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hyper.js b/hyper.js index f2719deb..95fc0be2 100644 --- a/hyper.js +++ b/hyper.js @@ -6,11 +6,7 @@ module.exports = { }, plugins: [ + 'hyper-hybrid-minimal', 'hyperterm-1password' - ], - - localPlugins: [ - 'hyper-hybrid-minimal' ] - };