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
@@ -611,9 +611,12 @@ This requires git, a JVM, ant, and an active Internet connection."
611
611
(with-output-to-temp-buffer"clojure-install-note"
612
612
(princ
613
613
(if (equal src-root clojure-src-root)
614
-
"Add a call to \"\(clojure-slime-config\)\" to your .emacs so you can use SLIME in future sessions."
614
+
"Add a call to \"\(clojure-slime-config\)\" to your .emacs so you can
615
+
use SLIME in future sessions."
615
616
(setq clojure-src-root src-root)
616
-
(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 lines to your personal Emacs config somewhere:
617
+
(format"You've installed clojure in a non-default location. If you want
618
+
to use this installation in the future, you will need to add the following
0 commit comments