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;
|
||||
enableAutosuggestions = true;
|
||||
# enableSyntaxHighlighting = true;
|
||||
shellAliases = {
|
||||
e = "emacsclient -c $@";
|
||||
};
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue