Emacs: ispell-dictionary → flyspell-default-dictionary.
This commit is contained in:
parent
3e27fedc60
commit
74195acb3c
|
@ -1,6 +1,6 @@
|
||||||
;;; common.el --- Common settings for text files. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
:diminish flyspell-mode
|
:diminish flyspell-mode
|
||||||
|
|
||||||
:custom
|
:custom
|
||||||
(ispell-dictionary "english")
|
(flyspell-default-dictionary "english")
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(defun my/toggle-flyspell ()
|
(defun my/toggle-flyspell ()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user