[hammerspoon] remove cheatsheet script completely

This commit is contained in:
Dmytro Meleshko 2019-04-22 23:34:11 +03:00
parent 8543a17b11
commit a838ded382
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
hs.loadSpoon("KSheet")
modal = hs.hotkey.modal.new({"cmd", "alt", "ctrl"}, "c")
function modal:entered() spoon.KSheet:show() end
function modal:exited() spoon.KSheet:hide() end
modal:bind('', 'escape', function() modal:exit() end)

View File

@ -1,4 +1,3 @@
require "TerminalPalette"
-- require "cheatsheet"
hs.notify.show("Hammerspoon", "", "Hammespoon config loaded")