Skip to content

Commit

Permalink
remove needless buffer local variables
Browse files Browse the repository at this point in the history
This commit changes to below behaviour
  - Enable byte compile in solarized.el
  - Use system-default fill-culumn
  • Loading branch information
conao3 authored and thomasf committed Nov 17, 2019
1 parent 12707f6 commit 3fa39a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solarized.el
Expand Up @@ -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

0 comments on commit 3fa39a8

Please sign in to comment.