diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index a37c715..e504fd5 100644 --- a/init.el +++ b/init.el | |||
@@ -345,6 +345,7 @@ | |||
345 | ;; Theming | 345 | ;; Theming |
346 | 346 | ||
347 | (use-package form-feed | 347 | (use-package form-feed |
348 | :demand | ||
348 | :config (global-form-feed-mode +1)) | 349 | :config (global-form-feed-mode +1)) |
349 | 350 | ||
350 | (use-package modus-themes | 351 | (use-package modus-themes |
@@ -441,6 +442,7 @@ | |||
441 | (write-region "" nil ispell-personal-dictionary nil 0))) | 442 | (write-region "" nil ispell-personal-dictionary nil 0))) |
442 | 443 | ||
443 | (use-package flyspell-correct | 444 | (use-package flyspell-correct |
445 | :after flyspell | ||
444 | :bind ("C-;" . flyspell-correct-wrapper)) | 446 | :bind ("C-;" . flyspell-correct-wrapper)) |
445 | 447 | ||
446 | (setq-default show-paren-delay 0 | 448 | (setq-default show-paren-delay 0 |