From 5860445da55ac3abc3935c6ffd5e9bb4539225c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Thu, 20 Jul 2023 07:53:35 -0700 Subject: emacs: move everything to ~/.emacs.d --- .emacs.local.d/modes/flyspell.el | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .emacs.local.d/modes/flyspell.el (limited to '.emacs.local.d/modes/flyspell.el') diff --git a/.emacs.local.d/modes/flyspell.el b/.emacs.local.d/modes/flyspell.el deleted file mode 100644 index 8cf27b8..0000000 --- a/.emacs.local.d/modes/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") -- cgit v1.2.3