From 74195acb3c087b728bf7c413fab25a32396f747a Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 16 Feb 2020 20:31:37 +0100 Subject: [PATCH] =?UTF-8?q?Emacs:=20ispell-dictionary=20=E2=86=92=20flyspe?= =?UTF-8?q?ll-default-dictionary.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.d/text/common.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.d/text/common.el b/init.d/text/common.el index ae27135..05df43c 100644 --- a/init.d/text/common.el +++ b/init.d/text/common.el @@ -1,6 +1,6 @@ ;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-02-12T14:33:08+0100> +;; Time-stamp: <2020-02-16T20:31:32+0100> ;;; Commentary: @@ -66,7 +66,7 @@ :diminish flyspell-mode :custom - (ispell-dictionary "english") + (flyspell-default-dictionary "english") :config (defun my/toggle-flyspell ()