diff --git a/Emacs-instructions.md b/Emacs-instructions.md index 63ef13b..61b8eac 100644 --- a/Emacs-instructions.md +++ b/Emacs-instructions.md @@ -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`).