|
57 | 57 |
|
58 | 58 | ;;; Code:
|
59 | 59 |
|
| 60 | + |
60 | 61 | (defvar calculate-lisp-indent-last-sexp)
|
61 | 62 | (defvar delete-pair-blink-delay)
|
62 | 63 | (defvar font-lock-beg)
|
@@ -716,7 +717,7 @@ If JUSTIFY is non-nil, justify as well as fill the paragraph."
|
716 | 717 | (fill-prefix (clojure-adaptive-fill-function)))
|
717 | 718 | (do-auto-fill)))))
|
718 | 719 |
|
719 |
| - |
| 720 | + |
720 | 721 | ;;; #_ comments font-locking
|
721 | 722 | ;; Code heavily borrowed from Slime.
|
722 | 723 | ;; https://github.com/slime/slime/blob/master/contrib/slime-fontifying-fu.el#L186
|
@@ -1888,7 +1889,7 @@ work). To set it from Lisp code, use
|
1888 | 1889 | (go-loop 1)
|
1889 | 1890 | (thread 0))
|
1890 | 1891 |
|
1891 |
| - |
| 1892 | + |
1892 | 1893 |
|
1893 | 1894 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1894 | 1895 | ;;
|
@@ -1943,7 +1944,7 @@ nil."
|
1943 | 1944 | (delete-region begin (point))
|
1944 | 1945 | result)))
|
1945 | 1946 |
|
1946 |
| - |
| 1947 | + |
1947 | 1948 |
|
1948 | 1949 | (defcustom clojure-cache-project-dir t
|
1949 | 1950 | "Whether to cache the results of `clojure-project-dir'."
|
@@ -1987,7 +1988,7 @@ Return nil if not inside a project."
|
1987 | 1988 | "Denormalize PATH by making it relative to the project root."
|
1988 | 1989 | (file-relative-name path (clojure-project-dir)))
|
1989 | 1990 |
|
1990 |
| - |
| 1991 | + |
1991 | 1992 | ;;; ns manipulation
|
1992 | 1993 | (defun clojure-expected-ns (&optional path)
|
1993 | 1994 | "Return the namespace matching PATH.
|
@@ -2222,7 +2223,7 @@ Returns a list pair, e.g. (\"defn\" \"abc\") or (\"deftest\" \"some-test\")."
|
2222 | 2223 | (list (match-string-no-properties 1)
|
2223 | 2224 | (match-string-no-properties 2)))))
|
2224 | 2225 |
|
2225 |
| - |
| 2226 | + |
2226 | 2227 | ;;; Sexp navigation
|
2227 | 2228 |
|
2228 | 2229 | (defun clojure--looking-at-non-logical-sexp ()
|
@@ -3183,7 +3184,7 @@ Assumes cursor is at beginning of function."
|
3183 | 3184 | (clojure--add-arity-reify-internal)))
|
3184 | 3185 | (indent-region beg end-marker))))
|
3185 | 3186 |
|
3186 |
| - |
| 3187 | + |
3187 | 3188 | ;;; Toggle Ignore forms
|
3188 | 3189 |
|
3189 | 3190 | (defun clojure--toggle-ignore-next-sexp (&optional n)
|
|
0 commit comments