summaryrefslogtreecommitdiff
path: root/dotfiles/system/.local/bin/open-file-in-eww
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.local/bin/open-file-in-eww')
-rwxr-xr-xdotfiles/system/.local/bin/open-file-in-eww2
1 files changed, 0 insertions, 2 deletions
diff --git a/dotfiles/system/.local/bin/open-file-in-eww b/dotfiles/system/.local/bin/open-file-in-eww
deleted file mode 100755
index e77899e..0000000
--- a/dotfiles/system/.local/bin/open-file-in-eww
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-emacsclient --eval "(eww-open-file \"$1\")"