aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org6
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=,