Disable indent guides by default

It's hard on the fontifier and slows Emacs down tremendously.
This commit is contained in:
Henrik Lissner 2019-03-11 18:31:16 -04:00
parent c5c3bdaa61
commit 0cfab2e507
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -25,7 +25,7 @@
evil-goggles ; display visual hints when editing in evil
;;fci ; a `fill-column' indicator
hl-todo ; highlight TODO/FIXME/NOTE tags
indent-guides ; highlighted indent columns
;;indent-guides ; highlighted indent columns
modeline ; snazzy, Atom-inspired modeline, plus API
nav-flash ; blink the current line after jumping
;;neotree ; a project drawer, like NERDTree for vim