From 2dc770e06067786df73e5c7c7f39cea0f11233ad Mon Sep 17 00:00:00 2001 From: Bradley Date: Wed, 16 Sep 2020 16:49:13 -0700 Subject: [PATCH] Fixing hyper. --- .hyper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hyper.js b/.hyper.js index f8b5568..507a624 100644 --- a/.hyper.js +++ b/.hyper.js @@ -28,7 +28,7 @@ module.exports = { shell: '/bin/zsh', // if `true` (without backticks and without quotes), selected text will automatically be copied to the clipboard - copyOnSelect: `true`, + copyOnSelect: true, // Whether to use the WebGL renderer. Set it to false to use canvas-based // rendering (slower, but supports transparent backgrounds)