diff options
| author | 2025-04-28 12:37:30 -0700 | |
|---|---|---|
| committer | 2025-04-28 12:37:30 -0700 | |
| commit | 36e3f2b830a587296354d25114b6fb2471603a6c (patch) | |
| tree | ddf45b985d4099b5ea7bfcbb8efc53badddb49ec /oni/home/config/pop-os.scm | |
| parent | 0f5642213b08adfc7620c1fb398d949fba9aec58 (diff) | |
| download | new-dotfiles-36e3f2b830a587296354d25114b6fb2471603a6c.tar.gz new-dotfiles-36e3f2b830a587296354d25114b6fb2471603a6c.zip | |
pop-os: Add hunspell
This stops Emacs from complaining hunspell doesn't exist.
Diffstat (limited to 'oni/home/config/pop-os.scm')
| -rw-r--r-- | oni/home/config/pop-os.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index a69a1ef..fc4f755 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -12,6 +12,9 @@ emacs-deft emacs-dashboard emacs-typescript-mode)) + #:use-module ((gnu packages hunspell) + #:select (hunspell + hunspell-dict-en-ca)) #:use-module ((gnu services) #:select (service)) #:use-module ((guix gexp) @@ -130,7 +133,9 @@ emacs-flycheck-phpstan emacs-indexed emacs-typescript-mode - emacs-oni-js)) + emacs-oni-js + hunspell + hunspell-dict-en-ca)) (services (list home-channels-service home-dunst-default-service home-environment-service |
