aboutsummaryrefslogtreecommitdiffstats
path: root/oni-css.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-css.el')
-rw-r--r--oni-css.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-css.el b/oni-css.el
index 22e5756..6669f3c 100644
--- a/oni-css.el
+++ b/oni-css.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190711075945
+;; Version: 20190822234329
;; Package-Requires: (oni-company oni-fci hydra rainbow-mode)
;; This program is free software; you can redistribute it and/or modify
@@ -141,5 +141,7 @@
(with-eval-after-load 'grep
(add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss")))
+;;;###autoload(with-eval-after-load 'css-mode (require 'oni-css))
+
(provide 'oni-css)
;;; oni-css.el ends here