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 bd4b508 commit 255a5a3Copy full SHA for 255a5a3
cider-util.el
@@ -104,13 +104,6 @@ which nREPL uses for temporary evaluation file names."
104
(let ((fname (file-name-nondirectory file-name)))
105
(string-match-p "^form-init" fname)))
106
107
-(defun cider--cljc-buffer-p (&optional buffer)
108
- "Return non-nil if the current buffer is visiting a cljc file.
109
-
110
-If BUFFER is provided act on that buffer instead."
111
- (with-current-buffer (or buffer (current-buffer))
112
- (or (cider-clojurec-major-mode-p))))
113
114
(defun cider-keyword-at-point-p (&optional point)
115
"Return non-nil if POINT is in a Clojure keyword.
116
0 commit comments