force use of spaces for indentation

This commit is contained in:
Jonas Bernoulli 2014-12-10 20:02:00 +01:00
parent e72997ca25
commit e2d73364de
2 changed files with 3 additions and 1 deletions

View file

@ -63,10 +63,11 @@ in the format of solarized-theme.el."
(if (get face 'theme-face)
(format " ;; Already set by current theme!")
"")))))
faces)))
faces)))
;; Local Variables:
;; byte-compile-warnings: (not cl-functions)
;; indent-tabs-mode: nil
;; End:
(provide 'solarized-theme-utils)
;;; solarized-theme-utils.el ends here

View file

@ -2027,6 +2027,7 @@ customize the resulting theme."
;; Local Variables:
;; no-byte-compile: t
;; eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1))
;; indent-tabs-mode: nil
;; fill-column: 95
;; End:
;;; solarized.el ends here