Skip to content

Commit

Permalink
tweak(skel): add an example of how to force loading an obsolete module
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 29, 2023
1 parent 6976d38 commit 293008d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions skel/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,16 @@
;; Check spelling for Arabic, English and French by default.
(setq-default jinx-languages "ar en fr"))

;; The `spell-fu' configuration is obsolete now (in favor of `jinx'). However,
;; you can force MinEmacs to load obsolete configurations by loading them
;; manually. Here is an example of how to force loading an obsolete module, you
;; can do this here or in modules.el.
;; (+load minemacs-modules-dir "obsolete/me-spell-fu.el")
;; (with-eval-after-load 'spell-fu
;; ;; We can use MinEmacs' helper macro `+spell-fu-register-dictionaries!'
;; ;; to enable multi-language spell checking.
;; (+spell-fu-register-dictionaries! "en" "fr"))

;; Module: `me-rss' -- Package: `elfeed'
(with-eval-after-load 'elfeed
;; Add news feeds for `elfeed'
Expand Down

0 comments on commit 293008d

Please sign in to comment.