From 19d0aa645c842b0b8a24007367c0b91c2f40c0e6 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Mon, 8 Dec 2014 14:45:10 +0100 Subject: [PATCH] Enforce that only spaces are used to indent --- outshine.el | 1 + 1 file changed, 1 insertion(+) diff --git a/outshine.el b/outshine.el index c07a7d7..53a8b83 100644 --- a/outshine.el +++ b/outshine.el @@ -4309,6 +4309,7 @@ Use `outshine-agenda-files'. When INCLUDE-ORG-P is non-nil or prefix-arg is give ;; Local Variables: ;; coding: utf-8 ;; ispell-local-dictionary: "en_US" +;; indent-tabs-mode: nil ;; End: ;;; outshine.el ends here