Mac OSX, Emacs 24.2 and nrepl.el not working

后端 未结 4 649
孤独总比滥情好
孤独总比滥情好 2020-12-31 13:30

I\'m using nrepl.el, Emacs 24.2. My S.O version is OS X Lion 10.7.5.

Running the command [M-x] nrepl after start a REPL session through lein (:~ $

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-31 13:57

    for those of you landing on this question who are using a Mac:

    lein needs to be on the path as seen by Emacs. This can be done by starting Emacs from bash

    /Applications/Emacs.app/Contents/MacOS/Emacs project.clj
    

    then: M-x nrepl-jack-in

    If this solves the problem you can configure emacs to use the correct path by following these instructions

提交回复
热议问题