diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-23 16:30:06 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-02-23 16:30:06 +0100 |
| commit | 83a5a8a9ebb33b857aae9b036174063712a2a86c (patch) | |
| tree | 9c2e647863a640ca528777b1f80a4aafdc508011 /emacs/init.org | |
| parent | 471e0aa7b05d227226c4a434155ae6efcac1a1b9 (diff) | |
| download | dotfiles-83a5a8a9ebb33b857aae9b036174063712a2a86c.tar.gz dotfiles-83a5a8a9ebb33b857aae9b036174063712a2a86c.zip | |
emacs: do not add the magic encoding comment
It brings quite some annoying false positives.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/init.org')
| -rw-r--r-- | emacs/init.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/init.org b/emacs/init.org index b6aaf74..704e84d 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1827,6 +1827,12 @@ Include warning keywords in Ruby. (add-hook 'ruby-mode-hook 'warnings-mode-hook) #+END_SRC +Do not automatically include the encoding magic comment: + +#+BEGIN_SRC elisp +(setq ruby-insert-encoding-magic-comment nil) +#+END_SRC + ** Go And now my Go configuration. This includes stuff like the usage of =goimports=, |
