From e416e8a76864587aef634fd3043ab542cd7cc670 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 11 Jul 2022 07:08:29 +0300 Subject: emacs: set default ispell dictionary Sponsored-by: author --- emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index b60b2d8..16ddc91 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -229,6 +229,9 @@ :height 130 :family "Hack") +;; Set default dictionary. +(setq ispell-dictionary "en_US") + ;; Turn on flyspell spell checking. (require 'flyspell) (add-hook 'text-mode-hook 'flyspell-mode) -- cgit v1.2.1