[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/clojure-ts-mode 881756c8f5 14/14: Remove unused function
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/clojure-ts-mode 881756c8f5 14/14: Remove unused function |
Date: |
Fri, 8 Sep 2023 18:59:19 -0400 (EDT) |
branch: elpa/clojure-ts-mode
commit 881756c8f5f90a763f3c7cbd765c56228f99e1cd
Author: Danny Freeman <danny@dfreeman.email>
Commit: Danny Freeman <danny@dfreeman.email>
Remove unused function
---
clojure-ts-mode.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/clojure-ts-mode.el b/clojure-ts-mode.el
index 320084845b..b2554e82bb 100644
--- a/clojure-ts-mode.el
+++ b/clojure-ts-mode.el
@@ -662,12 +662,6 @@ forms like deftype, defrecord, reify, proxy, etc."
clojure-ts--threading-macro
first-child))))
-(defun clojure-ts--threading-macro-arg-offset (node _parent _bol)
- "Calculates the indentation offset for NODE, a threading macro argument."
- (if (and node (<= (treesit-node-index node t) 1))
- 1 ;; NODE is the first arg, offset 1 from start of *->> symbol
- 0)) ;; arg 2...n, match indentation of the previous argument
-
(defun clojure-ts--match-fn-docstring (node)
"Match NODE when it is a docstring for PARENT function definition node."
;; A string that is the third node in a function defn block
- [nongnu] elpa/clojure-ts-mode ff5d7e13dc 05/14: Semantic indentation of method implementations, (continued)
- [nongnu] elpa/clojure-ts-mode ff5d7e13dc 05/14: Semantic indentation of method implementations, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode b6f6d37959 10/14: Update changelog to include information about semantic indentation, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode a8a321500e 13/14: More documentation updates, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode 85871fdbc8 03/14: Match threading alignment of cljfmt, clojure-mode, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode 64d8fde253 04/14: Semantic indentation docs, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode a87821629f 07/14: Fix docstring font-locking, try to clarify various regex names, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode 0c4bd2bfce 06/14: Indent example file, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode d4e0f1ae44 09/14: Move thing-settings out of the middle of indent-related functions, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode 177ac05434 08/14: Indent within docstrings - not working 100%, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode 1675f12e26 12/14: Unused argument causing linter to fail, ELPA Syncer, 2023/09/08
- [nongnu] elpa/clojure-ts-mode 881756c8f5 14/14: Remove unused function,
ELPA Syncer <=
- [nongnu] elpa/clojure-ts-mode 211dc1452b 11/14: Update README docs to include new configuration options, ELPA Syncer, 2023/09/08