diff options
| author | Jesús <heckyel@hyperbola.info> | 2018-09-23 16:39:42 -0500 |
|---|---|---|
| committer | Jesús <heckyel@hyperbola.info> | 2018-09-23 16:39:42 -0500 |
| commit | 2c09a29f718d630e9901d740f0cc22b015f966f4 (patch) | |
| tree | 12e7a1823adc652d77b93e1b3ec2c0944b15d89d /init.el | |
| parent | f12552e09059da03f783813b4a753606a15dc182 (diff) | |
| download | emacs-personal-2c09a29f718d630e9901d740f0cc22b015f966f4.tar.lz emacs-personal-2c09a29f718d630e9901d740f0cc22b015f966f4.tar.xz emacs-personal-2c09a29f718d630e9901d740f0cc22b015f966f4.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) (require 'init-whitespace) |
