Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescherti committed Feb 10, 2025
1 parent d5d43e6 commit b9513bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ To install *outline-indent* from MELPA:
``` emacs-lisp
(use-package outline-indent
:ensure t
:defer t
:commands outline-indent-minor-mode
:custom
(outline-indent-ellipsis " ▼ "))
```
Expand All @@ -89,7 +91,7 @@ Once installed, the minor mode can be activated using:

### Automatic activation using hooks

The minor mode can also be automatically activated for a certain mode. For example for Python and YAML:
The minor mode can also be automatically activated for a certain modes. For example for Python and YAML:
``` emacs-lisp
;; Python
(add-hook 'python-mode-hook #'outline-indent-minor-mode)
Expand Down

0 comments on commit b9513bf

Please sign in to comment.