solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit e2d73364deaeeb98b031b9a6949cc0666ccbfe38
parent e72997ca25582725fcdc5b2d84806ff3976b9f8d
Author: Jonas Bernoulli <jonas@bernoul.li>
Date:   Wed, 10 Dec 2014 20:02:00 +0100

force use of spaces for indentation

Diffstat:
Msolarized-theme-utils.el | 3++-
Msolarized.el | 1+
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/solarized-theme-utils.el b/solarized-theme-utils.el @@ -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 diff --git a/solarized.el b/solarized.el @@ -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