From 933992108978bc46470f64e7a8e0465fec9aac5d Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Wed, 19 Feb 2020 15:19:35 +0100 Subject: [PATCH] [emacs] Fix hunspell loader error messages --- dot_spacemacs.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_spacemacs.tmpl b/dot_spacemacs.tmpl index 5b44411..70407ba 100644 --- a/dot_spacemacs.tmpl +++ b/dot_spacemacs.tmpl @@ -459,6 +459,7 @@ executes. before packages are loaded. If you are unsure, you should try in setting them in `dotspacemacs/user-config' first." ; Scale up fonts for non-hdpi display + (setq ispell-program-name "hunspell") ;; (if (equal (car (split-string (system-name) "\\.")) "zog") ;; (set-face-attribute 'default nil :height 120)))