Take out tabs; Add local variable that forbids tabs

This commit is contained in:
Matthew L. Fidler 2016-01-22 12:09:51 -06:00
parent 9131e57b24
commit c4080009b2

View file

@ -206,3 +206,6 @@ ICON-SPEC should be a specification from `mode-icons'."
(provide 'mode-icons) (provide 'mode-icons)
;;; mode-icons.el ends here ;;; mode-icons.el ends here
;; Local Variables:
;; indent-tabs-mode: nil
;; End: