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 ()