mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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 :/
|
||||
webLinksActivationKey: '',
|
||||
|
||||
// if `true` (without backticks and without quotes), Hyper will ignore ligatures provided by some fonts
|
||||
disableLigatures: false,
|
||||
// if `false` (without backticks and without quotes), Hyper will use ligatures provided by some fonts
|
||||
disableLigatures: true,
|
||||
|
||||
// for advanced config flags please refer to https://hyper.is/#cfg
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue