about summary refs log tree commit diff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/misc.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/init/misc.el b/init/misc.el
deleted file mode 100644
index 940370493007..000000000000
--- a/init/misc.el
+++ /dev/null
@@ -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)