about summary refs log blame commit diff
path: root/init/misc.el
blob: 9403704930073d129ec87a037ac03670f504d409 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                               
               
;; For everything that doesn't fit anywhere else.

;; Ignore .DS_Store files with ido mode
(add-to-list 'ido-ignore-files "\\.DS_Store")

;; Use aspell for spell checking: brew install aspell --lang=en
(setq ispell-program-name "/usr/local/bin/aspell")

(provide 'misc)