Turn on abbrev-mode in Ruby buffers
This commit is contained in:
parent
04d02624b6
commit
26a6830956
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue