chore: remove unused code

This commit is contained in:
Tienson Qin
2022-11-08 23:30:11 +08:00
parent f90e8ee7d5
commit 4aeaaeb01e
6 changed files with 8 additions and 135 deletions

View File

@@ -120,9 +120,9 @@
[input]
(move-cursor-to input (line-end-pos input)))
(defn move-cursor-to-line-beginning
[input]
(move-cursor-to input (line-beginning-pos input)))
;; (defn move-cursor-to-line-beginning
;; [input]
;; (move-cursor-to input (line-beginning-pos input)))
(defn move-cursor-to-end
[input]