LoginSignup
17
14

More than 5 years have passed since last update.

Emacsのruby-modeでマジックコメントの自動挿入を停止する

Last updated at Posted at 2016-01-06

(require 'ruby-mode)
(defun ruby-mode-set-encoding () nil)

追記: コメントで@shohexさんにさらに良い方法を教えてもらった。

(custom-set-variables
 '(ruby-insert-encoding-magic-comment nil))

これだとruby-modeのrequire不要なので軽い。

17
14
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
17
14