1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

I take it back, it is not working on Windows

Michael C. Libby 2021-06-05 17:23:20 -05:00
parent 07f37081fa
commit 726f6bde03

@ -45,7 +45,7 @@ If you're using a modern version of emacs, you might have ligature support built
(global-ligature-mode 't)
```
This is generally the easiest solution, ~~but can only be used on macOS~~. Also tested on Linux, it works. It works on Windows as well.
This is generally the easiest solution, ~~but can only be used on macOS~~. Also tested on Linux, it works.
One thing to be aware of is that not all modes where you want code ligatures may derive from `prog-mode`, so you may also want to call `ligature-set-ligatures` with other modes (e.g. `html-mode`).