diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-22 15:45:41 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-22 15:45:41 -0500 |
commit | ced0fe8f9ef7cd16ade900bb34393c627f6d0c69 (patch) | |
tree | 350d3a0cbb87b12a36c0dc12537c56a75a2668ae /lisp/init-indent-guides.el | |
parent | d0f44d85466d7211d54e30970f29815842ff4180 (diff) | |
download | emacs-personal-ced0fe8f9ef7cd16ade900bb34393c627f6d0c69.tar.lz emacs-personal-ced0fe8f9ef7cd16ade900bb34393c627f6d0c69.tar.xz emacs-personal-ced0fe8f9ef7cd16ade900bb34393c627f6d0c69.zip |
Change directory lisp/ to modules/
FS #2
Diffstat (limited to 'lisp/init-indent-guides.el')
-rw-r--r-- | lisp/init-indent-guides.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/init-indent-guides.el b/lisp/init-indent-guides.el deleted file mode 100644 index 24fb8d2..0000000 --- a/lisp/init-indent-guides.el +++ /dev/null @@ -1,9 +0,0 @@ -;; This minor mode highlights indentation levels via font-lock - -(use-package highlight-indent-guides - :config - (setq highlight-indent-guides-method 'character) - ;; Indent character samples: fill, column or character - (setq highlight-indent-guides-method 'character)) - -(provide 'init-indent-guides) |