Config: optimize dired and theme, add workspace config
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user