aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-02-17 12:33:34 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-02-17 12:34:40 +0100
commitd6371d5d896faa3227e62e0a0435ffc319e8fabe (patch)
treeec538a840cd6e5aeeb0ce20ff4349605dc1d79cb
parent05c2dd6c632b9d4f07c43f67158d79790c265c5c (diff)
fix: Replace internal symbol resolution with nsymbols
-rw-r--r--tailor.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tailor.lisp b/tailor.lisp
index 25187a1..9f5e0d7 100644
--- a/tailor.lisp
+++ b/tailor.lisp
@@ -60,7 +60,7 @@ criteria in `tailor-mode'."))
(defun current-tailor-mode ()
"Return `tailor-mode' if it's active in the current buffer."
- (alex:when-let ((mode (nyxt:resolve-symbol :tailor-mode :mode '(:nx-tailor))))
+ (alex:when-let ((mode (sym:resolve-symbol :tailor-mode :mode '(:nx-tailor))))
(find-submode mode)))
(sera:export-always 'with-style)