Skip to content

Commit

Permalink
aspell: add data-dir
Browse files Browse the repository at this point in the history
aspell was not picking up dictionaries, even though aspellDicts.en was
installed. This is a [familiar issue].
The fix is to set `data-dir = ~/.nix-profile/lib/aspell` in
~/.aspell.conf.

[familiar issue]: NixOS/nixpkgs#1000
  • Loading branch information
badmutex committed Sep 3, 2015
1 parent f16912f commit 4e4291c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions aspell.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data-dir /home/badi/.nix-profile/lib/aspell
1 change: 1 addition & 0 deletions deploy.sus
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ card deploy {

shell_shortcuts -> .shell_shortcuts

aspell.conf -> .aspell.conf
bash_profile -> .bash_profile
bashrc -> .bashrc
emacs.el -> .emacs.el
Expand Down

0 comments on commit 4e4291c

Please sign in to comment.