Skip to content

Commit

Permalink
Rely on the PATH for aspell
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhu committed Jun 25, 2023
1 parent 4adaaaa commit e338f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/002-osx-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
trash-directory "~/.Trash/emacs")

;; Use aspell for spell checking: brew install aspell --lang=en
(setq ispell-program-name "/usr/local/bin/aspell" ; use aspell instead of ispell
(setq ispell-program-name "aspell"
ispell-extra-args '("--sug-mode=ultra"))

(use-package reveal-in-osx-finder :ensure t))

0 comments on commit e338f71

Please sign in to comment.