Comment on e is a customizable self-aware Emacs-like editor written in Chez SchemeComments−noufalibrahim14dOn my machine, e is just a way to send things into Emacs. $ which e e () { snippet="(nkv-find-file-and-jump \"$1\")" emacsclient --no-wait -e $snippet }
Comments
On my machine, e is just a way to send things into Emacs.