mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Disable indent guides by default
It's hard on the fontifier and slows Emacs down tremendously.
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
evil-goggles ; display visual hints when editing in evil
|
evil-goggles ; display visual hints when editing in evil
|
||||||
;;fci ; a `fill-column' indicator
|
;;fci ; a `fill-column' indicator
|
||||||
hl-todo ; highlight TODO/FIXME/NOTE tags
|
hl-todo ; highlight TODO/FIXME/NOTE tags
|
||||||
indent-guides ; highlighted indent columns
|
;;indent-guides ; highlighted indent columns
|
||||||
modeline ; snazzy, Atom-inspired modeline, plus API
|
modeline ; snazzy, Atom-inspired modeline, plus API
|
||||||
nav-flash ; blink the current line after jumping
|
nav-flash ; blink the current line after jumping
|
||||||
;;neotree ; a project drawer, like NERDTree for vim
|
;;neotree ; a project drawer, like NERDTree for vim
|
||||||
|
Reference in New Issue
Block a user