diff options
author | EuAndreh <eu@euandre.org> | 2018-10-27 11:35:55 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-10-27 11:35:55 -0200 |
commit | 08c76ab82eb2c837e5b2710fa845f0ca24502662 (patch) | |
tree | 3bb7f896d11f37f21147bf564d831643de397d52 | |
parent | Add fzf package to configuration. (diff) | |
download | dotfiles-08c76ab82eb2c837e5b2710fa845f0ca24502662.tar.gz dotfiles-08c76ab82eb2c837e5b2710fa845f0ca24502662.tar.xz |
Remove spellchecking from emacs
-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 |