diff options
author | Jesús <heckyel@hyperbola.info> | 2018-09-23 16:34:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-09-23 16:34:15 -0500 |
commit | cc7ea1dcc94cc43e99275b37a711f8fbf21ccfe4 (patch) | |
tree | 801b99a2e629048a04b0d14f3311484c443ca02e /init.el | |
parent | 3ba8cf3d8723969a44ca29162a06432d137c19ff (diff) | |
download | emacs-base-cc7ea1dcc94cc43e99275b37a711f8fbf21ccfe4.tar.lz emacs-base-cc7ea1dcc94cc43e99275b37a711f8fbf21ccfe4.tar.xz emacs-base-cc7ea1dcc94cc43e99275b37a711f8fbf21ccfe4.zip |
provide highlight-indent-guide
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ (require 'init-gui) (require 'init-editing-utils) (require 'init-modeline) +(require 'init-indent-guides) ;; Tools (require 'init-flycheck) ;; Languages |