diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-27 16:46:50 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-27 16:46:50 -0700 |
commit | 2fb726a8cc369857c3e2eeb173557926f3b073e0 (patch) | |
tree | 865f7d8e81944770e2bee87746a899ca515248ec /.emacs.d/rul-init.d/flyspell.el | |
parent | 58e9ecb13a3a01a9dcacc03c467a220f0681bb17 (diff) |
emacs: mv fly{check,spell}.el to package rul-write
Diffstat (limited to '.emacs.d/rul-init.d/flyspell.el')
-rw-r--r-- | .emacs.d/rul-init.d/flyspell.el | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.emacs.d/rul-init.d/flyspell.el b/.emacs.d/rul-init.d/flyspell.el deleted file mode 100644 index 8cf27b8..0000000 --- a/.emacs.d/rul-init.d/flyspell.el +++ /dev/null @@ -1,12 +0,0 @@ -(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") |