Rewrote initfiles

This commit is contained in:
Henrik Lissner
2014-08-21 03:33:30 -04:00
parent a58f4246ba
commit e0c72477ae
16 changed files with 345 additions and 206 deletions

View File

@@ -35,8 +35,7 @@
(define-key ac-completing-map [return] nil)
;; Tell ido not to care about case
(setq completion-ignore-case t)
))
(setq completion-ignore-case t)))
;;
(provide 'init-ac)