Fix org structure
This commit is contained in:
parent
3d8d38501f
commit
cceea74f86
1 changed files with 24 additions and 24 deletions
|
@ -1005,43 +1005,43 @@
|
||||||
programmable itself. It also offers modes for a lot of programming
|
programmable itself. It also offers modes for a lot of programming
|
||||||
languages and 3rd-party packages offer even more.
|
languages and 3rd-party packages offer even more.
|
||||||
|
|
||||||
* SCSS
|
** SCSS
|
||||||
|
|
||||||
- Automatically match parentheses and other delimiters.
|
- Automatically match parentheses and other delimiters.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'scss-mode-hook #'oni:electric-pair-local-mode)
|
(add-hook 'scss-mode-hook #'oni:electric-pair-local-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
- Automatically indent code.
|
- Automatically indent code.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'scss-mode-hook #'electric-indent-local-mode)
|
(add-hook 'scss-mode-hook #'electric-indent-local-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Haml
|
** Haml
|
||||||
|
|
||||||
- Automatically match parentheses and other delimiters.
|
- Automatically match parentheses and other delimiters.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'haml-mode-hook #'oni:electric-pair-local-mode)
|
(add-hook 'haml-mode-hook #'oni:electric-pair-local-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Ruby
|
** Ruby
|
||||||
|
|
||||||
- Automatically match parentheses and other delimiters.
|
- Automatically match parentheses and other delimiters.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'enh-ruby-mode-hook #'oni:electric-pair-local-mode)
|
(add-hook 'enh-ruby-mode-hook #'oni:electric-pair-local-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Coffee
|
** Coffee
|
||||||
|
|
||||||
- Autimatically match parentheses and other delimiters.
|
- Autimatically match parentheses and other delimiters.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(add-hook 'coffee-mode-hook #'oni:electric-pair-local-mode)
|
(add-hook 'coffee-mode-hook #'oni:electric-pair-local-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Load custom file
|
* Load custom file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue