Sunday, October 26, 2014

How to enable spell check (Aspell) in Emacs

;; use Aspell
(require 'go-mode-load)
(add-hook 'go-mode-hook
  (lambda ()
    (setq-default)
    (setq tab-width 2)
    (setq standard-indent 2)
    (setq indent-tabs-mode nil)))

No comments:

Post a Comment