mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/flyspell: new flyspell-mode! autodef
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
;;; tools/flyspell/autoload.el -*- lexical-binding: t; -*-
|
;;; tools/flyspell/autoload.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
;;;###autodef
|
||||||
|
(defalias 'flyspell-mode! #'flyspell-mode)
|
||||||
|
|
||||||
(defvar +flyspell--predicate-alist nil
|
(defvar +flyspell--predicate-alist nil
|
||||||
"TODO")
|
"TODO")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user