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