Create a shell alias to run emacsclient
This commit is contained in:
parent
8788bf203d
commit
072510df3b
1 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableAutosuggestions = true;
|
enableAutosuggestions = true;
|
||||||
# enableSyntaxHighlighting = true;
|
# enableSyntaxHighlighting = true;
|
||||||
|
shellAliases = {
|
||||||
|
e = "emacsclient -c $@";
|
||||||
|
};
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [ "git" ];
|
plugins = [ "git" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue