We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b817dc commit ac07395Copy full SHA for ac07395
inf-clojure.el
@@ -814,6 +814,8 @@ The name is simply the final segment of the path."
814
)))
815
(project-root (project-current))))
816
817
+(defvar clojure-ts-mode-syntax-table)
818
+
819
;;;###autoload
820
(defun inf-clojure (cmd &optional suppress-message)
821
"Run an inferior Clojure process, input and output via buffer *inf-clojure*.
@@ -1145,6 +1147,8 @@ is present it will be used instead of the current file."
1145
1147
(when switch-to-repl
1146
1148
(inf-clojure-switch-to-repl t))))
1149
1150
+(declare-function clojure-ts-find-ns "clojure-ts-mode")
1151
1152
(defun inf-clojure--find-ns ()
1153
"Return the namespace of the current Clojure buffer.
1154
0 commit comments