Added comments

This commit is contained in:
James Patrick 2020-11-27 16:49:06 -05:00
parent b8e41ca491
commit 4b5034f705
1 changed files with 1 additions and 1 deletions

View File

@ -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