diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T11·29+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T11·29+0200 |
commit | bc12439cf730b79194cdd48ea41150c4ea917ac6 (patch) | |
tree | f36f13ef13639f34c6f37e6d9c90ffebb173a10c /init | |
parent | 8cc36e0eab7e90149f114dcef1fe2ebae5da569b (diff) |
chore: Remove unused misc.el
Diffstat (limited to 'init')
-rw-r--r-- | init/misc.el | 9 |
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) |