Skip to content

Commit

Permalink
aspell optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
chen bin committed Nov 29, 2012
1 parent 65c9b2b commit 2dfe41f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 36 deletions.
1 change: 1 addition & 0 deletions init-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,6 @@ ARCHIVE is the string name of the package archive.")
(require-package 'maxframe)
(require-package 'smarter-compile)
(require-package 'cpputils-cmake)
(require-package 'flyspell-lazy)

(provide 'init-elpa)
3 changes: 3 additions & 0 deletions init-spelling.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
(require 'flyspell-lazy)
(flyspell-lazy-mode 1)

(when (executable-find "aspell")
(setq ispell-program-name "aspell"
ispell-extra-args '("--sug-mode=ultra")))
Expand Down
36 changes: 0 additions & 36 deletions snippets/cmake-mode/main

This file was deleted.

0 comments on commit 2dfe41f

Please sign in to comment.