1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-10-04 00:31:49 +03:00

Updated Setting up Emacs (markdown)

Nikita Prokopov 2017-06-14 23:28:44 +03:00
parent eed760ac14
commit 1f5678ec68

@ -180,4 +180,11 @@ None of the above worked for me for emacs 24.5.1 on Debian Linux. So, after @sie
(add-hook 'prog-mode-hook
#'add-fira-code-symbol-keywords)
```
On some systems, `==` will appear incorrectly as a blank space in certain modes unless you add the following lines to your init file:
```elisp
(set-language-environment "UTF-8")
(set-default-coding-systems 'utf-8)
```