From 6af830d0f64b0d0d173fc9300a7c7217f018c85e Mon Sep 17 00:00:00 2001 From: Nikita Prokopov Date: Fri, 15 Dec 2017 16:03:57 +0300 Subject: [PATCH] Updated Setting up Emacs (markdown) --- Setting-up-Emacs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Setting-up-Emacs.md b/Setting-up-Emacs.md index ea2330f..caccc6f 100644 --- a/Setting-up-Emacs.md +++ b/Setting-up-Emacs.md @@ -187,4 +187,8 @@ On some systems, `==` will appear incorrectly as a blank space in certain modes ```elisp (set-language-environment "UTF-8") (set-default-coding-systems 'utf-8) -``` \ No newline at end of file +``` + +# Alternative instruction + +https://github.com/Profpatsch/blog/blob/master/posts/ligature-emulation-in-emacs/post.md#appendix-b-update-1-firacode-integration \ No newline at end of file