From f721eb57818a3d47baaadcf8857912c064bec273 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 22 Aug 2019 23:48:28 -0700 Subject: [PATCH] =?UTF-8?q?Load=20=E2=80=98oni-css=E2=80=99=20when=20?= =?UTF-8?q?=E2=80=98css-mode=E2=80=99=20is=20loaded?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-css.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 ;; 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