diff --git a/init.el b/init.el index 54c664d..f4dc725 100644 --- a/init.el +++ b/init.el @@ -99,7 +99,7 @@ which-key-mode projectile-mode)) (ignore-errors ; don’t barf if mode cannot be loaded - (funcall mode +1))) + (funcall mode +1))) ;; Global Hooks