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

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