Fix org structure
This commit is contained in:
parent
3d8d38501f
commit
cceea74f86
1 changed files with 24 additions and 24 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue