From a7eac58419455c8244b4861d8cfe883c703c102c Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 2 Nov 2023 20:03:03 -0700 Subject: [PATCH] mu --- .hammerspoon/init.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hammerspoon/init.fnl b/.hammerspoon/init.fnl index 348e391..aa9ba58 100644 --- a/.hammerspoon/init.fnl +++ b/.hammerspoon/init.fnl @@ -31,7 +31,7 @@ ;; ⌘⌥V - defeat paste blocking (hotkey.bind [:cmd :alt] :v #(eventtap.keyStrokes (pasteboard.getContents))) -;; ⌘⌥⌃E - edit selected text in neovide, inspired by quickcursor (hence the temporary filenme) +;; ⌘⌥⌃E - edit selected text in neovide, inspired by quickcursor (hence the temporary filenme) (let [editor "/opt/homebrew/bin/neovide --nofork" cb (fn [text] (let [home (os.getenv :HOME)