oh-my-fish / plugin-emacs

Wrapper for daemon functionality of Emacs.
MIT License
19 stars 10 forks source link

--version infinite loop bug (too many emacs) #12

Open equwal opened 4 years ago

equwal commented 4 years ago

Running emacs --version starts a new emacs (done in __major_version in init.fish). Probably should not do this.

This function should call emacsclient instead.