Skip to content

Commit

Permalink
allow us-ascii in file variables
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Mar 15, 2012
1 parent aafb4c7 commit cac4d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Expand Up @@ -26,7 +26,7 @@
'(ecb-tree-indent 2) '(ecb-tree-indent 2)
'(ecb-windows-width 0.2) '(ecb-windows-width 0.2)
'(org-file-apps (quote ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . "evince %s")))) '(org-file-apps (quote ((auto-mode . emacs) ("\\.mm\\'" . default) ("\\.x?html?\\'" . default) ("\\.pdf\\'" . "evince %s"))))
'(safe-local-variable-values (quote ((encoding . utf-8))))) '(safe-local-variable-values (quote ((encoding . us-ascii) (encoding . utf-8)))))
;; resize the windows on emacs and run ecb-store-window-sizes ;; resize the windows on emacs and run ecb-store-window-sizes
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
Expand Down

0 comments on commit cac4d3f

Please sign in to comment.