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