mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -09:00
disable ligatures in default config
This commit is contained in:
parent
56c65eac05
commit
8df05bba2c
1 changed files with 2 additions and 2 deletions
|
|
@ -158,8 +158,8 @@ module.exports = {
|
||||||
// todo: does not pick up config changes automatically, need to restart terminal :/
|
// todo: does not pick up config changes automatically, need to restart terminal :/
|
||||||
webLinksActivationKey: '',
|
webLinksActivationKey: '',
|
||||||
|
|
||||||
// if `true` (without backticks and without quotes), Hyper will ignore ligatures provided by some fonts
|
// if `false` (without backticks and without quotes), Hyper will use ligatures provided by some fonts
|
||||||
disableLigatures: false,
|
disableLigatures: true,
|
||||||
|
|
||||||
// for advanced config flags please refer to https://hyper.is/#cfg
|
// for advanced config flags please refer to https://hyper.is/#cfg
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue