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>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190711075945
|
;; Version: 20190822234329
|
||||||
;; Package-Requires: (oni-company oni-fci hydra rainbow-mode)
|
;; Package-Requires: (oni-company oni-fci hydra rainbow-mode)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -141,5 +141,7 @@
|
||||||
(with-eval-after-load 'grep
|
(with-eval-after-load 'grep
|
||||||
(add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss")))
|
(add-to-list 'grep-files-aliases '("css" . "*.css *.less *.sass *.scss")))
|
||||||
|
|
||||||
|
;;;###autoload(with-eval-after-load 'css-mode (require 'oni-css))
|
||||||
|
|
||||||
(provide 'oni-css)
|
(provide 'oni-css)
|
||||||
;;; oni-css.el ends here
|
;;; oni-css.el ends here
|
||||||
|
|
Loading…
Reference in a new issue