diff options
Diffstat (limited to '')
-rw-r--r-- | after/plugin/hypersonic.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/after/plugin/hypersonic.lua b/after/plugin/hypersonic.lua deleted file mode 100644 index 2954d92..0000000 --- a/after/plugin/hypersonic.lua +++ /dev/null @@ -1,8 +0,0 @@ -local status_ok, hypersonic = pcall(require, "hypersonic") -if not status_ok then - return -end - -hypersonic.setup { - border = 'shadow' -} |