refactor: Visual indentation guides

- Switch from highlight-indentation package to highlight-indent-guides.
- Activate visual indentation in a prog-mode hook, rather than doing
  within each individual major mode. It was already done within all
  major modes based on prog-mode anyway.
- Add new siren-display-indetation module and function as a central way
  to enable visual indetation guides. This makes switching the
  underlying package at some point in the future much easier.
This commit is contained in:
2020-01-26 18:53:44 +00:00
parent 702d2989dd
commit 8ed4a4e6f5
30 changed files with 54 additions and 65 deletions

View File

@@ -8,7 +8,6 @@
(require 'siren-company)
(require 'siren-folding)
(require 'siren-highlight-indentation)
(require 'siren-projectile)
(require 'siren-realgud)
(require 'siren-smartparens)
@@ -63,7 +62,6 @@
(company-mode +1)
(hs-minor-mode 1)
(hideshowvis-enable)
(highlight-indentation-current-column-mode)
(subword-mode +1))
:config