Move all configuration to subfolder
This commit is contained in:
parent
10057a887b
commit
1f70abb176
10 changed files with 14 additions and 39 deletions
9
init/misc.el
Normal file
9
init/misc.el
Normal file
|
|
@ -0,0 +1,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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue