Closed titaniumbones closed 5 years ago
Some users of oh-my-zsh (including @titaniumbones) alias emacs to a shell script that calls emacsclient. It would be ocnvenient if the Makefile distinguished between the executable emacs and the alias, i na shell-neutral way.
emacs
The standard way of specifying an alternative emacs binary in make is:
make
EMACS=my-emacs-snapshot make
Some users of oh-my-zsh (including @titaniumbones) alias
emacs
to a shell script that calls emacsclient. It would be ocnvenient if the Makefile distinguished between the executable emacs and the alias, i na shell-neutral way.