aboutsummaryrefslogtreecommitdiff
path: root/Scripts/.local/scripts/emacs_curl
blob: f92835e3002237539a76f3dfc0c34c0edb39dd87 (plain)
1
2
3
4
#!/bin/sh

x=`xclip -o`
emacsclient --socket-name=MAIN -c --alternate-editor=emacs --eval "(eww \"$x\")";