简体   繁体   中英

How to run the Clojure REPL from Emacs after setting up .emacs.d folder

I'm new to Emacs so its all a bit new to me. I got a hang of the basics of Emacs like navigation,etc. I was trying to install a Clojure REPL in Emacs, i cloned a .emacs repo and replaced .emacs with it. I opened up Emacs again, i'm at a loss as to how to fire up the clojure REPL.

https://github.com/ghoseb/dotemacs

this is the .emacs repo i'm using.

Thank you.

Folder Name

Just to clarify, you want the repo you cloned to be called .emacs.d . It should contain an elisp file called init.el , which Emacs will run on startup.

Starting a REPL

For this configuration, you should be able to use Mx nrepl-jack-in to start a repl.

To be honest, I recommend you use one of the publicly-maintained emacs configurations rather than someone's personal settings (which they may change or break at any time). Emacs Prelude and Emacs Live have good Clojure settings.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM