Skip to content

Instantly share code, notes, and snippets.

@rlb3
Created March 28, 2013 14:27
Show Gist options
  • Select an option

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

Select an option

Save rlb3/5263539 to your computer and use it in GitHub Desktop.
(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