From 726f6bde0301abeb2c2221e896dc1452d8202ea7 Mon Sep 17 00:00:00 2001 From: "Michael C. Libby" Date: Sat, 5 Jun 2021 17:23:20 -0500 Subject: [PATCH] I take it back, it is not working on Windows --- Emacs-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`).