diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:47:41 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:47:41 +0200 |
commit | 3998bff4ba31ddbd272cf5e63242395968b02615 (patch) | |
tree | cf752fa9849875d692c5ce3161fcf69a58e8493c /fnl/config/autopairs.fnl | |
parent | 733d8de80970f6e5e4b2347ff30871e326319661 (diff) |
fix(autopairs): to strings
Diffstat (limited to 'fnl/config/autopairs.fnl')
-rw-r--r-- | fnl/config/autopairs.fnl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fnl/config/autopairs.fnl b/fnl/config/autopairs.fnl index 994bbf1..47ead0a 100644 --- a/fnl/config/autopairs.fnl +++ b/fnl/config/autopairs.fnl @@ -19,7 +19,7 @@ :highlight :PmenuSel :highlight_grey :LineNr :offset 0 - :end_key $ - :keys qwertyuiopzxcvbnmasdfghjkl - :highlight PmenuSel - :highlight_grey LineNr}}) + :end_key :$ + :keys :qwertyuiopzxcvbnmasdfghjkl + :highlight :PmenuSel + :highlight_grey :LineNr}}) |