(General)~loads of commits, getting ready to port dotfiles to another machine
This commit is contained in:
4
Scripts/.local/scripts/emacs_curl
Executable file
4
Scripts/.local/scripts/emacs_curl
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
x=`xclip -o`
|
||||
emacsclient --socket-name=MAIN -c --alternate-editor=emacs --eval "(eww \"$x\")";
|
||||
Reference in New Issue
Block a user