Create a shell alias to run emacsclient

This commit is contained in:
Alexander Kobjolke 2023-02-18 00:05:03 +01:00
parent 8788bf203d
commit 072510df3b

View file

@ -68,6 +68,9 @@
enable = true;
enableAutosuggestions = true;
# enableSyntaxHighlighting = true;
shellAliases = {
e = "emacsclient -c $@";
};
oh-my-zsh = {
enable = true;
plugins = [ "git" ];