Skip to content

Instantly share code, notes, and snippets.

@rlb3
Last active December 14, 2015 22:49
Show Gist options
  • Select an option

  • Save rlb3/5161502 to your computer and use it in GitHub Desktop.

Select an option

Save rlb3/5161502 to your computer and use it in GitHub Desktop.
Getting hunspell to work...
(if (file-exists-p "/usr/bin/hunspell")
(progn
(setq ispell-program-name "hunspell")
(eval-after-load "ispell"
'(progn
(defun ispell-get-coding-system () 'utf-8)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment