mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
18 lines
450 B
EmacsLisp
18 lines
450 B
EmacsLisp
;;; siren-highlight-indentation.el --- jimeh's Emacs Siren: highlight-indentation-mode configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for highlight-indentation-mode.
|
|
|
|
;;; Code:
|
|
|
|
(siren-require-packages '(highlight-indentation))
|
|
|
|
(require 'highlight-indentation)
|
|
(diminish 'highlight-indentation-mode)
|
|
(diminish 'highlight-indentation-current-column-mode)
|
|
|
|
|
|
(provide 'siren-highlight-indentation)
|
|
;;; siren-highlight-indentation.el ends here
|