Add shell aliases for emacsclient
This commit is contained in:
parent
b8599fd822
commit
f22de209ce
|
@ -62,6 +62,11 @@
|
||||||
# completions
|
# completions
|
||||||
source ${impurity.link ./completion.zsh}
|
source ${impurity.link ./completion.zsh}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
shellAliases = {
|
||||||
|
"ee" = "emacsclient -c";
|
||||||
|
"e" = "hyprctl dispatch hy3:makegroup tab, ephemeral && emacsclient -c";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue