summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:47:41 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-04-07 23:47:41 +0200
commit3998bff4ba31ddbd272cf5e63242395968b02615 (patch)
treecf752fa9849875d692c5ce3161fcf69a58e8493c /fnl
parent733d8de80970f6e5e4b2347ff30871e326319661 (diff)
fix(autopairs): to strings
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/autopairs.fnl8
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}})