forked from DustVoice/dotfiles
3 lines
197 B
Fish
3 lines
197 B
Fish
function ems --wraps='emacsclient -a "" -nc "/sudo:root@localhost:"' --description 'Start emacsclient (+daemon if neccessary) with sudo'
|
|
emacsclient -a "" -nc "/sudo:root@localhost:$argv";
|
|
end
|