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

Updated Setting up Emacs (markdown)

James Reeves 2015-11-09 17:31:01 +00:00
parent ac2599c884
commit c2442b3091

@ -28,4 +28,10 @@ Put this lisp in your `.emacs` (thanks [Sean Farley](https://github.com/seanfarl
`([,(cdr char-regexp) 0 font-shape-gstring]))))
```
Note! If you get `error in process filter: Attempt to shape unibyte text`, check out [this issue](https://github.com/tonsky/FiraCode/issues/42)
Note! If you get `error in process filter: Attempt to shape unibyte text`, check out [this issue](https://github.com/tonsky/FiraCode/issues/42)
If you're using the latest [railwaycat Mac port](https://github.com/railwaycat/homebrew-emacsmacport) of Emacs, you can instead use:
```elisp
(mac-auto-operator-composition-mode)
```