Skip to content

Commit

Permalink
tweak(skel): add an example of jinx-languages
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 29, 2023
1 parent f09dd85 commit 6976d38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skel/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
;; (with-eval-after-load 'vterm
;; (setq vterm-module-cmake-args "-DUSE_SYSTEM_LIBVTERM=Off"))

;; Module: `me-natural-langs' -- Package: `jinx'
(with-eval-after-load 'jinx
;; Check spelling for Arabic, English and French by default.
(setq-default jinx-languages "ar en fr"))

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

0 comments on commit 6976d38

Please sign in to comment.