Add indent-tabs-mode: nil to init

This commit is contained in:
Adam Goldsmith 2015-11-19 16:26:59 -05:00
parent 0dea0c81a8
commit e2fd404619

View File

@ -231,6 +231,7 @@
;;; Local Variables
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
;; Local Variables:
;; indent-tabs-mode: nil
;; eval: (outline-minor-mode)
;; eval: (outline-hide-body)
;; End: