Turn on abbrev-mode in Ruby buffers

This commit is contained in:
Tom Willemse 2016-04-04 11:49:57 +02:00
parent 04d02624b6
commit 26a6830956

View file

@ -1325,6 +1325,14 @@
(add-hook 'twig-mode-hook (turn-off auto-fill-mode))
#+END_SRC
** Ruby
Turn on =abbrev-mode= in Ruby buffers.
#+BEGIN_SRC emacs-lisp
(add-hook 'ruby-mode-hook 'abbrev-mode)
#+END_SRC
* Minor mode customization
Many minor modes also offer a bit of customization possibilities.