From 4b5034f705a601d8e7303e73524567e4afa2d6dd Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 27 Nov 2020 16:49:06 -0500 Subject: [PATCH] Added comments --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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