Config: optimize dired and theme, add workspace config

This commit is contained in:
User
2026-04-06 23:49:09 +08:00
parent 4ba92e459f
commit 0139328623
9 changed files with 90 additions and 29 deletions

View File

@@ -26,7 +26,7 @@
(unless jinx-mode
(user-error "Jinx mode not enabled in current buffer"))
(let* ((curr-line (line-number-at-pos (point)))
(overlays (jinx--force-overlays (point-min) (point-max)))
(overlays (jinx--force-overlays (point-min) (point-max) :check t))
default-cand candidates)
(unless overlays
(user-error "No misspellings"))