From 2cd9fdbf3485a18050518ea4b64ce618b0998e15 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Oct 2011 11:14:26 +0100 Subject: [PATCH] ensure ruby-mode doesn't insert encoding comments --- custom-variables.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-variables.el b/custom-variables.el index d643482..d3728e9 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -39,6 +39,7 @@ '(ns-tool-bar-size-mode nil t) '(php-mode-dot-property-warning t) '(ruby-deep-indent-paren nil) + '(ruby-use-encoding-map nil) '(safe-local-variable-values (quote ((eval rainbow-mode 1)))) '(show-paren-mode t) '(speedbar-show-unknown-files t)