From bc12439cf730b79194cdd48ea41150c4ea917ac6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Oct 2017 13:29:36 +0200 Subject: [PATCH] chore: Remove unused misc.el --- init/misc.el | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 init/misc.el diff --git a/init/misc.el b/init/misc.el deleted file mode 100644 index 940370493..000000000 --- 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)