Skip to content

Commit

Permalink
Remove angle pair from the configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexherbo2 committed May 9, 2019
1 parent de99fe4 commit 1f11e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ hook global WinCreate .* %{

## Options

- `auto_pairs` `str-list`: List of pairs (Default: `` ( ) { } [ ] < > '"' '"' "'" "'" ` ` ``)
- `auto_pairs` `str-list`: List of pairs (Default: `` ( ) { } [ ] '"' '"' "'" "'" ` ` ``)
- `auto_pairs_surround` `str-list`: List of pairs (Default: `%opt(auto_pairs)`)
- `auto_pairs_enabled` `bool`: Whether auto-pairs is active (Read-only)
- `auto_pairs_surround_enabled` `bool`: Whether auto-pairs-surround is active (Read-only)
Expand Down
2 changes: 1 addition & 1 deletion rc/auto-pairs.kak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare-option -docstring 'List of pairs' str-list auto_pairs ( ) { } [ ] < > '"' '"' "'" "'" ` `
declare-option -docstring 'List of pairs' str-list auto_pairs ( ) { } [ ] '"' '"' "'" "'" ` `
declare-option -docstring 'List of pairs' str-list auto_pairs_surround %opt(auto_pairs)
declare-option -docstring 'Whether auto-pairs is active' bool auto_pairs_enabled no
declare-option -docstring 'Whether auto-pairs-surround is active' bool auto_pairs_surround_enabled no
Expand Down

0 comments on commit 1f11e6f

Please sign in to comment.