Emacs: ispell-dictionary → flyspell-default-dictionary.

This commit is contained in:
tastytea 2020-02-16 20:31:37 +01:00
parent 3e27fedc60
commit 74195acb3c

View File

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