diff options
-rw-r--r-- | spacemacs.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/spacemacs.el b/spacemacs.el index 0a012ed..8459a5a 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -93,8 +93,9 @@ This function should only modify configuration layer settings." (shell :variables shell-default-height 30 shell-default-position 'bottom) - (spell-checking :variables - spell-checking-enable-auto-dictionary t)) + ;; (spell-checking :variables + ;; spell-checking-enable-auto-dictionary t) + ) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these |