Fix org structure

This commit is contained in:
Tom Willemse 2014-10-27 16:50:32 +01:00
parent 3d8d38501f
commit cceea74f86

View file

@ -1005,7 +1005,7 @@
programmable itself. It also offers modes for a lot of programming
languages and 3rd-party packages offer even more.
* SCSS
** SCSS
- Automatically match parentheses and other delimiters.
@ -1019,7 +1019,7 @@
(add-hook 'scss-mode-hook #'electric-indent-local-mode)
#+END_SRC
* Haml
** Haml
- Automatically match parentheses and other delimiters.
@ -1027,7 +1027,7 @@
(add-hook 'haml-mode-hook #'oni:electric-pair-local-mode)
#+END_SRC
* Ruby
** Ruby
- Automatically match parentheses and other delimiters.
@ -1035,7 +1035,7 @@
(add-hook 'enh-ruby-mode-hook #'oni:electric-pair-local-mode)
#+END_SRC
* Coffee
** Coffee
- Autimatically match parentheses and other delimiters.