mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 23:19:14 +02:00
5 lines
322 B
EmacsLisp
5 lines
322 B
EmacsLisp
(add-to-list 'load-path "@SITELISP@")
|
|
(autoload 'highlight-indentation-mode "highlight-indentation"
|
|
"Highlight indentation minor mode highlights indentation based on spaces." t)
|
|
(autoload 'highlight-indentation-current-column-mode "highlight-indentation"
|
|
"Highlight Indentation minor mode displays a vertical bar." t)
|