You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added clojure-install command and clojure-slime-config function.
Set clojure-src-root to the directory that contains your
clojure-related checkouts, then call clojure-slime-config to set up
slime. If you don't have clojure, contrib, slime, and swank-clojure
installed, use the clojure-install command to get them.
(princ (format"You've installed clojure in a non-default location. If you want to use this installation in the future, you will need to add the following line to your personal Emacs config somewhere:
591
+
592
+
\(setq clojure-src-root \"%s\"\)" src-root)))
593
+
(setq clojure-src-root src-root))
594
+
595
+
(clojure-slime-config)
596
+
597
+
(message"Installed Clojure successfully. Press M-x slime to continue."))
0 commit comments