Move spellcheck config into platform configs

Linux requires less configuration and worked mostly out of the box
This commit is contained in:
Emma Turner
2026-05-23 21:16:11 -06:00
parent e8c5158000
commit 5eabc38e3c
3 changed files with 30 additions and 21 deletions

View File

@@ -1,6 +1,12 @@
;;; $DOOMDIR/lisp/gnu-linux.el --- GNU/Linux specific configuration -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code:
(require 'doom)
(after!
ispell (setq ispell-dictionary "en_US")
;; Hunspell won't create it, and ispell needs this file specified to work
(setq ispell-personal-dictionary "~/.hunspell_en_US"))
;; For elisp-autofmt
;; Local variables: