5 lines
215 B
EmacsLisp
5 lines
215 B
EmacsLisp
|
(ert-deftest oni-highlight-indent-guides-autoloads ()
|
||
|
"Thest that `oni-highlight-indent-guides' gets loaded automatically."
|
||
|
(require 'highlight-indent-guides)
|
||
|
(should (featurep 'oni-highlight-indent-guides)))
|