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

Note that ligature.el works on Windows and may need to be applied to other modes than prog-mode

Michael C. Libby 2021-06-05 17:12:38 -05:00
parent 532fb6cbd2
commit 07f37081fa

@ -45,7 +45,9 @@ 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.
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.
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`).
### Using prettify-symbols