(require 'ruby-mode)
(defun ruby-mode-set-encoding () nil)
追記: コメントで@shohexさんにさらに良い方法を教えてもらった。
(custom-set-variables
'(ruby-insert-encoding-magic-comment nil))
これだとruby-modeのrequire不要なので軽い。
Go to list of users who liked
More than 5 years have passed since last update.
(require 'ruby-mode)
(defun ruby-mode-set-encoding () nil)
追記: コメントで@shohexさんにさらに良い方法を教えてもらった。
(custom-set-variables
'(ruby-insert-encoding-magic-comment nil))
これだとruby-modeのrequire不要なので軽い。
Register as a new user and use Qiita more conveniently
Go to list of users who liked