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

Update to use non-deprecated function to set font

Robert Stuttaford 2018-02-11 12:15:13 +02:00
parent 9ebc4a3b1f
commit 8a254623b6

@ -1,7 +1,7 @@
Put this lisp in your `.emacs` (thanks [Sean Farley](https://github.com/seanfarley) for putting this together; extended by [Jason Blevins](https://github.com/jrblevin)):
```elisp
(when (window-system)
(set-default-font "Fira Code"))
(set-frame-font "Fira Code"))
(let ((alist '((33 . ".\\(?:\\(?:==\\|!!\\)\\|[!=]\\)")
(35 . ".\\(?:###\\|##\\|_(\\|[#(?[_{]\\)")
(36 . ".\\(?:>\\)")