plexus / chemacs

Emacs profile switcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chemacs not working with fish-shell on MacOS

HerkG opened this issue · comments

commented

Error running the following, using the fish-shell:
MacBook-Pro~> emacs --with-profile prelude Sat Mar 14 08:59:44 2020
fish: Unknown command ec

  • (line 1):
    function emacs --wraps ec --description 'alias emacs ec'; ec $argv; end
    ^
    in function 'emacs'
    called on standard input
    with parameter list '--with-profile prelude'

In my home dir, I have the chemacs-installed ".emacs" link, and ".emacs-profiles.el" & ".emacs-profile" configured as per the Chemacs README.
My Emacs application is the latest version (27.0.90).

Should Chemacs be working with the fish-shell?
Thanks.
Rexford Gibbs

commented

Discovered the error in my ways! I had a bad link in /usr/local/bin for "emacs". Fixing the link solved my self-created problem.