diff --git a/emacs/init.el b/emacs/init.el index 270e598..775f127 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -40,7 +40,7 @@ hydra ;;indent-guides ; highlighted indent columns (ligatures ; replace bits of code with pretty symbols - (:if IS-MAC +hasklig) ; Pretty-code doesn't work with Fira on OSX. Falling back to hasklig. + (:if IS-MAC +hasklig) ; Firacode doesn't work on OSX. Fallback to hasklig. (:if IS-LINUX +fira) ; Fira is kind of what I'm used to. ) ;;minimap ; show a map of the code on the side