1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Updated Emacs instructions (markdown)

Juan E. Maya 2018-01-30 10:28:13 +01:00
parent 29c8455712
commit 915727d873

@ -39,6 +39,11 @@ Note! If you get `error in process filter: Attempt to shape unibyte text`, check
;; (46 . ".\\(?:\\(?:\\.[.<]\\)\\|[.=-]\\)")
```
If you are using `projectile-ag` you might also face `error in process filter: Attempt to shape unibyte text`. To avoid this comment the following line from the above script:
```elisp
;; (94 . ".\\(?:=\\)")
```
If you're using the latest [railwaycat Mac port](https://github.com/railwaycat/homebrew-emacsmacport) of Emacs, you can instead use:
```elisp