tools/flyspell: conform to new conventions
This commit is contained in:
parent
90f5128de2
commit
287e61a72c
2 changed files with 21 additions and 23 deletions
|
@ -14,7 +14,7 @@
|
|||
(add-to-list '+flyspell--predicate-alist (cons mode predicate))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +flyspell|init-predicate ()
|
||||
(defun +flyspell-init-predicate-h ()
|
||||
"TODO"
|
||||
(when-let (pred (assq major-mode +flyspell--predicate-alist))
|
||||
(setq-local flyspell-generic-check-word-predicate (cdr pred))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue