aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-05-05 00:03:04 -0700
committerGravatar Tom Willemse2019-05-05 00:03:55 -0700
commit6c16cb94c1b28d340b1a72b92c0e4ef21162bb7b (patch)
tree44857deebdf2ffd15ff398757db48b2cc9d53e28 /test
parent4c4c552be4ccf19a18d6e9d0b46ff883563ef4f4 (diff)
downloademacs-config-6c16cb94c1b28d340b1a72b92c0e4ef21162bb7b.tar.gz
emacs-config-6c16cb94c1b28d340b1a72b92c0e4ef21162bb7b.zip
Add highlight-indent-guides configuration
Diffstat (limited to 'test')
-rw-r--r--test/oni-highlight-indent-guides-test.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/oni-highlight-indent-guides-test.el b/test/oni-highlight-indent-guides-test.el
new file mode 100644
index 0000000..19fb792
--- /dev/null
+++ b/test/oni-highlight-indent-guides-test.el
@@ -0,0 +1,4 @@
+(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)))