emfy icon indicating copy to clipboard operation
emfy copied to clipboard

A dark and sleek Emacs setup for general purpose editing and programming

Results 1 emfy issues
Sort by recently updated
recently updated
newest added

```bash #!/bin/sh if [ "$#" -eq 0 ] then echo "Starting new Emacs process ..." >&2 emacs -nw elif emacsclient -t -n "$@" 2> /dev/null then echo "Opened $@ in...