aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/rul-init.d/flyspell.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/rul-init.d/flyspell.el')
-rw-r--r--.emacs.d/rul-init.d/flyspell.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/.emacs.d/rul-init.d/flyspell.el b/.emacs.d/rul-init.d/flyspell.el
new file mode 100644
index 0000000..8cf27b8
--- /dev/null
+++ b/.emacs.d/rul-init.d/flyspell.el
@@ -0,0 +1,12 @@
+(defcustom flyspell-delayed-commands nil
+ "List of commands that are \"delayed\" for Flyspell mode.
+After these commands, Flyspell checking is delayed for a short time,
+whose length is specified by `flyspell-delay'."
+ :group 'flyspell
+ :type '(repeat (symbol)))
+
+(setq ispell-dictionary "en")
+(setq flyspell-default-dictionary "en")
+
+(setq flyspell-issue-welcome-flag nil)
+(setq-default ispell-list-command "list")
nihil fit ex nihilo