From 305224ff8fa05eaca5c6978d403ceafc9691b28f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 16 Feb 2019 14:30:46 -0800 Subject: [Emacs] Ensure we load flycheck and flyspell. --- emacs.d/custom/fcuny-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom/fcuny-edit.el') diff --git a/emacs.d/custom/fcuny-edit.el b/emacs.d/custom/fcuny-edit.el index 5df8196..67cffdc 100644 --- a/emacs.d/custom/fcuny-edit.el +++ b/emacs.d/custom/fcuny-edit.el @@ -12,7 +12,7 @@ (use-package electric-pair-mode :commands electric-pair-mode - :init (add-hook 'prog-mode-hook 'electric-pair-mode)) + :hook (prog-mode . electric-pair-mode)) (use-package paren :ensure t -- cgit 1.4.1