Fix typo
This commit is contained in:
parent
a58386e3a1
commit
bf04e2c364
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 20190824001316
|
||||
;; Version: 20190825132418
|
||||
;; Package-Requires: (oni-company oni-fci hydra rainbow-mode yasnippet)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
(defconst oni-css-snippets-dir
|
||||
(expand-file-name "snippets" oni-css-root)
|
||||
"The directory where ‘oni-conf’ stores its snippets.")
|
||||
"The directory where ‘oni-css’ stores its snippets.")
|
||||
|
||||
(defun oni-css-property-important-p ()
|
||||
"Return whether or not the current property is important."
|
||||
|
|
Loading…
Reference in a new issue