commit 3fa39a866a7055d0f331a77c479b1af891072aac
parent 12707f68ba36d00ab693a962836c5d6170c99fc2
Author: conao3 <conao3@gmail.com>
Date: Sun, 17 Nov 2019 19:35:23 +0900
remove needless buffer local variables
This commit changes to below behaviour
- Enable byte compile in solarized.el
- Use system-default fill-culumn
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -444,8 +444,7 @@ If OVERWRITE is non-nil, overwrite theme file if exist."
(provide 'solarized)
;; Local Variables:
-;; no-byte-compile: t
;; indent-tabs-mode: nil
-;; fill-column: 95
;; End:
+
;;; solarized.el ends here