emfy
emfy copied to clipboard
A dark and sleek Emacs setup for general purpose editing and programming
Results
2
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...
I know it's not basic anymore, but heck, you would have a emacs with batteries included.