Load ‘oni-css’ when ‘css-mode’ is loaded
This commit is contained in:
parent
2a6371296a
commit
f721eb5781
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue