chore: Remove unused misc.el

This commit is contained in:
Vincent Ambo 2017-10-15 13:29:36 +02:00
parent 8cc36e0eab
commit bc12439cf7

View file

@ -1,9 +0,0 @@
;; 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)