docs(ligature): use correct obsoleted-in version

These should reflect the version of doomemacs/modules the symbols were
deprecated in, not the version of doomemacs/core.
This commit is contained in:
Henrik Lissner 2024-08-31 16:38:28 -04:00
parent 10484dea87
commit affaa7ec9c
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -63,11 +63,11 @@ font.")
(defvar +ligatures-prog-mode-list nil (defvar +ligatures-prog-mode-list nil
"A list of ligatures to enable in all `prog-mode' buffers.") "A list of ligatures to enable in all `prog-mode' buffers.")
(make-obsolete-variable '+ligatures-prog-mode-list "Use `+ligatures-alist' instead" "3.0.0") (make-obsolete-variable '+ligatures-prog-mode-list "Use `+ligatures-alist' instead" "24.09.0")
(defvar +ligatures-all-modes-list nil (defvar +ligatures-all-modes-list nil
"A list of ligatures to enable in all buffers.") "A list of ligatures to enable in all buffers.")
(make-obsolete-variable '+ligatures-all-modes-list "Use `+ligatures-alist' instead" "3.0.0") (make-obsolete-variable '+ligatures-all-modes-list "Use `+ligatures-alist' instead" "24.09.0")
(defvar +ligatures-extra-alist '((t)) (defvar +ligatures-extra-alist '((t))
"A map of major modes to symbol lists (for `prettify-symbols-alist').") "A map of major modes to symbol lists (for `prettify-symbols-alist').")