Skip to content

Commit

Permalink
Disable spell-checking by default (see #73)
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Mar 17, 2013
1 parent 9a2cb00 commit b8d62b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;;----------------------------------------------------------------------------
;; Which functionality to enable (use t or nil for true and false)
;;----------------------------------------------------------------------------
(defconst *spell-check-support-enabled* t)
(defconst *spell-check-support-enabled* nil)
(defconst *is-a-mac* (eq system-type 'darwin))
(defconst *is-carbon-emacs* (eq window-system 'mac))
(defconst *is-cocoa-emacs* (and *is-a-mac* (eq window-system 'ns)))
Expand Down

0 comments on commit b8d62b6

Please sign in to comment.