1
0
Fork 0
emacs-config/test/oni-highlight-indent-guides-test.el

5 lines
215 B
EmacsLisp
Raw Normal View History

(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)))